El Lunes, 26 de Febrero de 2007 14:32, elekis escribió: > first thing , effectively I had lots of pakage (osg producer and and > openTrheads ) it's bizarre that when I desinstalled openscenegraph he didnt > installed all independency package.
This is because the OSG you had installed depends on OT and Producer, but not the other way: you could have another program that used OpenThreads itself, so it should not be safe to remove the library (however in your situation it is because OT is not used by anything but OSG). If you are using Debian or Ubuntu, you can remove dependencies that are no longer used by anyone by typing sudo apt-get autoremove > > is there ant other package I have to remove . (excepting reinstalling all > my system)??? I think you have not to do such a thing ;) As I said earlier, I ran across the same problem as you. Once the new OpenThreads were installed, I simply changed to the OSG's directory and did make clean make -j 2 (If you have a dual processor, that "-j 2" will be very useful because it will tell make to span two compilation processes in parallel, almost halving compilation time) Regards, Alberto _______________________________________________ osg-users mailing list osg-users@openscenegraph.net http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/