1. make OT (make static) ->ok
2. make Producer (make static) ->ok
3. make OSG (make static) ->ok
4. check lib's ->ok

make My program -> BUG!

These are the linker error messages:

/usr/local/lib/libosgProducer.a(OsgCameraGroup.o)(.text+0x141): In function 
`osgProducer::OsgCameraGroup::advance()':
OsgCameraGroup.cpp: undefined reference to `Producer::CameraGroup::advance()'
/usr/local/lib/libosgProducer.a(OsgCameraGroup.o)(.text+0x242): In function 
`osgProducer::OsgCameraGroup::setClearColor(osg::Vec4f const&)':
........
....
..

Is it possible the static build left them out???
my 'Makefile' attached.

Attachment: Makefile
Description: Binary data

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to