On 10/2/2011 13:42, Jim Michaels wrote: > checking for gcc... gcc > checking for C compiler default output file name... > configure: error: C compiler cannot create executables > See `config.log' for more details. > > Jim Michaels@jim-13l5nom9i4u /c/wxWidgets-2.9.2 > $ > > log says: > > gcc version 3.4.5 (mingw special)
You are using the old and ancient 3.x series from mingw.org (not mingw-w64). If you do actually want to use the 3.x GCC, there is no guarantee that it'll work with mingw-w64. > configure:15135: $? = 0 > configure:15142: gcc -V >&5 > gcc.exe: `-V' option must have argument > configure:15145: $? = 1 > configure:15168: checking for C compiler default output file name > configure:15195: gcc conftest.c >&5 > \mingw\lib\gcc\mingw32\..\..\..\mingw32\bin\ld.exe: cannot find crtbegin.o: > No such file or directory > \mingw\lib\gcc\mingw32\..\..\..\mingw32\bin\ld.exe: cannot find -lgcc > \mingw\lib\gcc\mingw32\..\..\..\mingw32\bin\ld.exe: cannot find -lgcc > \mingw\lib\gcc\mingw32\..\..\..\mingw32\bin\ld.exe: cannot find crtend.o: No > such file or directory This means your installation is broken. It is not normal to have these errors, libgcc is part of gcc. > configure:15198: $? = 1 > configure:15236: result: > configure: failed program was: > | /* confdefs.h. */ > | #define PACKAGE_NAME "wxWidgets" > | #define PACKAGE_TARNAME "wxwidgets" > | #define PACKAGE_VERSION "2.9.2" > | #define PACKAGE_STRING "wxWidgets 2.9.2" > | #define PACKAGE_BUGREPORT "[email protected]" > | /* end confdefs.h. */ > | > | int > | main () > | { > | > | ; > | return 0; > | } > configure:15243: error: C compiler cannot create executables > > > tried this with fltk 3.0 as well, got the same error. > Likely the same issue with broken install.
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
