Understood. I compared the Config file used for building OSG and the one that is copied by the INSTALL project, which is used by my app, and they are both the same.
Below is the content of my OpenThreads\Config header file. Code: #ifndef _OPENTHREADS_CONFIG #define _OPENTHREADS_CONFIG /* #undef _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS */ /* #undef _OPENTHREADS_ATOMIC_USE_MIPOSPRO_BUILTINS */ /* #undef _OPENTHREADS_ATOMIC_USE_SUN */ #define _OPENTHREADS_ATOMIC_USE_WIN32_INTERLOCKED /* #undef _OPENTHREADS_ATOMIC_USE_BSD_ATOMIC */ /* #undef _OPENTHREADS_ATOMIC_USE_MUTEX */ /* #undef OT_LIBRARY_STATIC */ #endif Thank you! Cheers, Guy ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=70899#70899 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

