"Peter Watson" writes: > Hi, > > How can I cross compile OpenThreads for a different platform? >
Use a toolchain file. I do this for cross-compiling OSG with mingw from Debian Linux: http://www.itk.org/Wiki/CMake_Cross_Compiling > > As part of this - how can I compile the OpenThreads module >independently / in isolation to the rest of the OSG? > I think this is not possible without touching the main CMakeLists.txt, but you can stop the compilation right after OT is built just specifying "OpenThreads" as the target: make OpenThreads -- Alberto _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

