Re: [Boost-users] Regex boost 1.33 - (mingw/w32) linking

31 Aug
2005
31 Aug
'05
8:54 a.m.
Thanks John, for your time and quick answers. I found the issue: I compiled "grep.cpp" with -O3 and this leads to: - error at linking on debug version of the library (libboost_regex-mgw-mt-d-1_33.lib) - OK linking with non-debug version (libboost_regex-mgw-mt-1_33.lib) I am quite unfamiliar with g++ (and it is quite off topic here) but seems strange to me that an optimization level ruins a linking... Arno
7211
Age (days ago)
7211
Last active (days ago)
1 comments
2 participants
participants (2)
-
Arno Mauhourat
-
John Maddock