Just uninstalled TDM64 GCC-4.5.0 and installed 4.5.1 and attempted to
re-build wxWidgets 2.9.1. However I am met with this error during the
configure stage

C:/MinGW/lib/libmingw32.a(lib64_libmingw32_a-crt0_c.o): In function `main':
c:\crossdev\build-mingw64-crt\mingw-w64-crt/../../mingw-w64-svn/mingw-w64-crt/crt/crt0_c.c:18:
undefined reference to `_WinMain'
c:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/4.5.1/libgcc.a(__main.o): In
function `__do_global_ctors':
c:\crossdev\build\gcc-tdm64\x86_64-w64-mingw32\libgcc/../../../../src/gcc-4.5.1/libgcc/../gcc/libgcc2.c:2168:
undefined reference to `atexit'
collect2: ld returned 1 exit status
configure:14803: $? = 1
configure:14841: result:
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "wxWidgets"
| #define PACKAGE_TARNAME "wxwidgets"
| #define PACKAGE_VERSION "2.9.1"
| #define PACKAGE_STRING "wxWidgets 2.9.1"
| #define PACKAGE_BUGREPORT "[email protected]"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:14848: error: C compiler cannot create executables
See `config.log' for more details.

I used the auto-installer to download and install the pre-built packages of
TDM64.

Can anyone tell me what is happening here?

Regards
Bidski



------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public 



------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to