On 9/23/2012 17:49, KC wrote: > Hi > > I use mingw-w64 WIN64 cross compiler for quite a while under CentOS 6.x > which use glibc-2.12. > (I use this version: mingw-w64-1.0-bin_x86_64-linux_20110822.tar.bz2) > and everything is OK. > > Recently, I need to porting my app from WIN64 to WIN32. As usual, I want > to use > WIN32 cross compiler under CentOS 6.x and I > install similar version: mingw-w32-1.0-bin_x86_64-linux_20110822.tar.bz2 > However, when running gcc, I got the following error message: > ./i686-w64-mingw32-gcc: /lib64/libc.so.6: version `GLIBC_2.14' not found > (required by ./i686-w64-mingw32-gcc) > > I also try other mingw-w32-1.0-bin_x86_64-linux_xxxx version, all have the > same problem. > > Anyone know how to fix this problem ? >
It means your copy of Linux is too old, but really, the problem is that the build machine glibc is too new. Personally, I prefer glibc 2.4 as baseline, I still see them quite often. There isn't anything you can do except upgrade to a newer version of glibc (at least 2.14) or use a different distro.
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
