*Official* mingw gcc 4.4.0 - Page 2

*Official* mingw gcc 4.4.0

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

User avatar
jK
Spring Developer
Posts: 2299
Joined: 28 Jun 2007, 07:30

Re: *Official* mingw gcc 4.4.0

Post by jK »

I get following linking errors:
..\..\mingwlibs\lib\libboost_program_options-mt.a(value_semantic.o):value_semantic.cpp:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0' ..\..\mingwlibs\lib\libboost_program_options-mt.a(convert.o):convert.cpp:(.text+0x2e): undefined reference to `std::codecvt<wchar_t, char, int>::codecvt(unsigned int)'
..\..\mingwlibs\lib\libboost_program_options-mt.a(convert.o):convert.cpp:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
..\..\mingwlibs\lib\libboost_program_options-mt.a(cmdline.o):cmdline.cpp:(.text+0xf5): undefined reference to `_Unwind_Resume'
seems it doesn't link libstdc++ :<
anyone knows how to solve this?
imbaczek
Posts: 3629
Joined: 22 Aug 2006, 16:19

Re: *Official* mingw gcc 4.4.0

Post by imbaczek »

delete mingw/lib/libstdc++ and friends (libsup++ IIRC). if you search for libstdc++, you should find several copies, but the only valid copy is the one in lib/compiler-version-specific dir.
User avatar
hoijui
Former Engine Dev
Posts: 4344
Joined: 22 Sep 2007, 09:51

Re: *Official* mingw gcc 4.4.0

Post by hoijui »

i have updated the Wiki install instructions for windows, they are actually usefull now, instead of worse then nothing.

http://springrts.com/wiki/Building_Spri ... cial_4.4.0
Post Reply

Return to “Engine”