I'm not entirely sure what's happening here. A friend of mine tried to "help
me" by installing another IDE that required him to do some screwing around
with the system PATH, as well as install MinGW separately, and now, I'm
getting these errors whenever I try to compile anything, including Hello
World.
i:\gw\lib\crt2.o(.text+0x8) In function _mingw_CRTStartup':
undefined reference todyn_tls_init_callback'
undefined reference to `cpu_features_init'
i:\gw\lib\crt2.o(.text+0x8) ld returned 1 exit status
Oh great gods of IT, how fix?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm not entirely sure what's happening here. A friend of mine tried to "help
me" by installing another IDE that required him to do some screwing around
with the system PATH, as well as install MinGW separately, and now, I'm
getting these errors whenever I try to compile anything, including Hello
World.
i:\gw\lib\crt2.o(.text+0x8) In function
_mingw_CRTStartup': undefined reference to
dyn_tls_init_callback'undefined reference to `cpu_features_init'
i:\gw\lib\crt2.o(.text+0x8) ld returned 1 exit status
Oh great gods of IT, how fix?
Oh, and I'm on a 64-bit version of Windows 7 by the way.