Do you really need "-pta -instances=static" ? I know that my Sconstructfor CppUnit2 does not set those flags and the unit tests seems to run ok. Though, I don't quiet remember what those flags were for...
Baptiste.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had a hard time finding this option set.
./configure CXX=CC CXXFLAGS="-pta -instances=static -mt -xtarget=opteron -xarch=amd64 -g -features=no%transitions -xildoff" LD=CC LDFLAGS="-xtarget=opteron -xarch=amd64 -xildoff"
I finally succeded, but does anyone have a better one?
Do you really need "-pta -instances=static" ? I know that my Sconstructfor CppUnit2 does not set those flags and the unit tests seems to run ok. Though, I don't quiet remember what those flags were for...
Baptiste.