I am trying to compile a simple project (Console Application) and i have
every once the following messages:
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
C:\ProgramData\Dev-Cpp\Makefile.win Error 1
Such that i use Windows Vista .
What should i do?
Thank you in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I greet you;
I am trying to compile a simple project (Console Application) and i have
every once the following messages:
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
C:\ProgramData\Dev-Cpp\Makefile.win Error 1
Such that i use Windows Vista .
What should i do?
Thank you in advance.