Hi Andreas,

Please reply directly to the thread you are engaged in instead of a 
digest mail, as this makes threads hard to follow.

> Run into the same(?) problem: Got a lot unresolved external symbols... I 
> modified all CMakeLists.txt-Files like above and recompiled the osg-Projects 
> but still get the same linker errors. I doubt that my problem is connected to 
> the CMakeLists-Modification, isn't it?

You might have to delete your CMakeCache.txt and regenerate the project 
files with CMake if you make this kind of change. CMake caches old 
values and sometimes, it does not regenerate the projects correctly and 
reuses the cached values even if it shouldn't.

Note that I haven't tried linking OSG statically myself, so others might 
have more guidance and troubleshooting help to offer on your specific 
problem.

> By the way: Is this right, that CMake attaches to all libraries the prefix 
> "osg25-"?

Only to DLLs. Libs should not have the prefix. If they do when building 
a static OSG, that's a bug that should be fixed. BTW the prefix depends 
on the version of OSG you have, but is not directly the version itself - 
the SVN version is now at 32.

Hope this helps,

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

Reply via email to