Winsock error.

Started by
1 comment, last by hplus0603 16 years, 1 month ago
When I try to compile my winsock code, i always get this message on both compilers! Dev-CPP and Code::Blocks. Project : Console application Compiler : GNU GCC Compiler (called directly) Directory : C:\Documents and Settings\Nick\My Documents-------------------------------------------------------------------------------- Switching to target: default Linking console executable: C:\Documents and Settings\Nick\My Documents\console.exe /mingw/lib/crt2.o:crt1.c:(.text+0x167): undefined reference to `__cpu_features_init' collect2: ld returned 1 exit status Process terminated with status 1 (0 minutes, 0 seconds) 0 errors, 0 warnings Any suggestions?
Advertisement
bump
This is a tools question. In general, I believe the GNU based compilers for Windows haven't yet caught up to the recent "security" changes in the Microsoft libraries.

Please ask this question in the appropriate forum for your tools.
enum Bool { True, False, FileNotFound };

This topic is closed to new replies.

Advertisement