"James Morgan" writes: > Hi, > > I see. I guess I just assumed the libraries and headers were installed > with 'apt-get install openscenegraaph' because I wasn't sure what else > openscenegraph might comprise... >
In the description for openscenegraph, it says: "This package contains utilities and examples (binaries)." libopenscenegraph-dev says: "This package contains the development headers.". > > Anyway, I have another problem now. Trying to compile the example > program (using g++) gives me lots of undefined reference errors, > however I see that my headers have been installed to /usr/include/ and > my libraries to /usr/lib. ? This is more a C++ question than an OSG one. At link time, you have also to specify which libraries you need (-losg -losgViewer ...) -- Alberto _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

