Christopher Wang wrote:
Hi,
Sure can, here is the error messages:

...
CMakeFiles/osg.dir/Uniform.o CMakeFiles/osg.dir/Version.o 
CMakeFiles/osg.dir/VertexProgram.o CMakeFiles/osg.dir/View.o 
CMakeFiles/osg.dir/Viewport.o ../../lib/libOpenThreads.dll.a -lpthread 
-Wl,-Bstatic -lm -Wl,-Bdynamic /usr/lib/w32api/libglu32.a 
/usr/lib/w32api/libopengl32.a
make[2]: Leaving directory `/usr/share/OpenSceneGraph'
make[1]: Leaving directory `/usr/share/OpenSceneGraph'

Hmm, the link line seems reasonable. I'd expect to see "-lopengl32" instead of "/usr/lib/w32api/libopengl32.a", but either way should work, I think.


What do you get if you run:

objdump -t /usr/lib/w32api/libopengl32.a


I'm not sure why you're having so much trouble here, as this is such a basic thing, and it works fine for others.

--"J"
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to