Hello Julien, The file CMakelists.txt is not meant to be modified directly. The user is supposed to run CMake with it and then adjust the options through the menus. Pressing the 't' key you will find in advanced options, which include the compiler and linker flags.
Unfortunately, there is no option to add some extra library to every target the script defines. I have run over this problem a few months ago. You could hack it through the use of the "--no-whole-archive" and "--whole-archive" linker options. Anyway, STL support in gcc 4 for Cygwin should be pretty good, so maybe you could stay with this instead of STLPort. Regards, Alberto _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

