Hi Mario,

I specify in the advanced cmake options:
CMAKE_C_FLAGS                    -march=i486 -mtune=i486
CMAKE_CXX_FLAGS                  -march=i486 -mtune=i486
Then configure and generate, but the ./include/OpenThreads/Config file continues with everything commented out. Have I missed something?

I think you need to remove your CMakeCache.txt and the build/include/OpenThreads/Config file, otherwise CMake doesn't take into account the changes to regenerate it because it sees the old one. (at least that's what I gather from some previous posts today)

J-S
--
______________________________________________________
Jean-Sebastien Guay    [EMAIL PROTECTED]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to