this problem seems to be specific to GCC 4.5.1. here is a "clean" (as in, similar to vanilla mingw.org builds) 4.5.2 that doesn't exhibit this issue when linking a release build: <http://code.google.com/p/pcxprj/downloads/detail?name=MinGW_win32_gcc4.5.2shared_snapshots.7z&can=2&q=>
-- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/693893 Title: DC++ rev 2363 fails to link in release mode using Fedora Core 15 mingw Status in DC++: New Bug description: This works fine in debug mode. % scons -j2 prefix=i686-pc-mingw32- mode=release scons: Reading SConscript files ... Checking for C++ header file htmlhelp.h... (cached) no Checking for C++ header file natupnp.h... (cached) no scons: done reading SConscript files. scons: Building targets ... Linking build/release-mingw/bin/DCPlusPlus.exe (static) /usr/i686-pc-mingw32/sys-root/mingw/lib/libmsvcrt.a(dmrys00667.o):(.text+0x0): multiple definition of `_isxdigit' build/release-mingw/dcpp/libdcpp.a(SimpleXMLReader.o):SimpleXMLReader.cpp:(.text$isxdigit[_isxdigit]+0x0): first defined here collect2: ld returned 1 exit status # collect2 5.02 3.48 scons: *** [build/release-mingw/bin/DCPlusPlus.exe] Error 1 scons: building terminated because of errors. _______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : [email protected] Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp

