hi like said before I try to compil source from svn. after
svn co http://www.openscenegraph.com/svn/osg/OpenThreads/trunk/ OpenThreads svn co http://www.openscenegraph.com/svn/osg/OpenSceneGraph/trunk/ I compil and install (make , sudo make install) OpenTreads . I have a /usr/local/lilb/libOpenThreads.so. I try to compil osg and after 23 minuts , I have that make[2]: entrant dans le répertoire « /home/elekis/OSGSVN/trunk/applications/osgconv » make[3]: entrant dans le répertoire « /home/elekis/OSGSVN/trunk/applications/osgconv/Linux32.Opt » g++ -M -I../../../include -I/usr/X11R6/include ../OrientationConverter.cpp pipeto .depend/OrientationConverter.cpp g++ -M -I../../../include -I/usr/X11R6/include ../osgconv.cpp pipeto .depend/osgconv.cpp make[3]: quittant le répertoire « /home/elekis/OSGSVN/trunk/applications/osgconv/Linux32.Opt » make[3]: entrant dans le répertoire « /home/elekis/OSGSVN/trunk/applications/osgconv/Linux32.Opt » g++ -O2 -W -Wall -fPIC -pipe -I../../../include -I/usr/X11R6/include -c ../OrientationConverter.cpp g++ -O2 -W -Wall -fPIC -pipe -I../../../include -I/usr/X11R6/include -c ../osgconv.cpp g++ -O2 -L/usr/X11R6/lib -L../../../lib/Linux32 OrientationConverter.o osgconv.o -lstdc++ -losgViewer -losgText -losg -losgUtil -losgGA -losgDB -lGLU -lGL -lOpenThreads -o osgconv ../../../lib/Linux32/libosgViewer.so: undefined reference to `OpenThreads::SetProcessorAffinityOfCurrentThread(unsigned int)' collect2: ld returned 1 exit status make[3]: *** [osgconv] Erreur 1 make[3]: quittant le répertoire « /home/elekis/OSGSVN/trunk/applications/osgconv/Linux32.Opt » make[2]: *** [osgconv.opt] Erreur 2 make[2]: quittant le répertoire « /home/elekis/OSGSVN/trunk/applications/osgconv » make[1]: *** [default] Erreur 1 make[1]: quittant le répertoire « /home/elekis/OSGSVN/trunk/applications » make: *** [default] Erreur 1 [EMAIL PROTECTED]:~/OSGSVN/trunk$ I tried like said on a other mailing list to put [EMAIL PROTECTED]:~/OSGSVN/trunk$ cat /etc/ld.so.conf include /etc/ld.so.conf.d/*.conf /usr/local/include/OpenThreads but nothing change. any idea?? thanks a++
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
