2007/5/7, galvatron brinkley <[EMAIL PROTECTED]>:
I'm trying to compile OSG using mingw/msys fresh
install.

I've downloaded OSG from the SVN and copied it into my
home dir, compiled cmake and ran cmake -G "MSYS
Makefiles", now the fun part: when i run make,
openthreads compiles fine, but when osg trys to
compile, it fails with a bunch of "undefined reference
to `OpenThreads::Barrier::reset()'" type errors.

I've tried many different solutions to no avail,
anyone had this problem or know how to solve it?

my D:\msys\1.0\home\Administrator\OSG\lib dir contains
the compiled libOpenThreads.dll /libOpenThreads.dll.a

Try to run `make VERBOSE=1' to see if the -lOpenThreads is really
linking. If not try to search through options for OpenThreads (maybe
some empty option here). You can edit options using `make edit_cache',
or using precompiled version with gui .
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to