Hi, this is a problem that has been solved in yade SVN already, but if you really want to ruse 0.11.1, then you can run
$ sudo ln -s /usr/lib/libqglviewer.so /usr/lib/libQGLViewer Basically, the name of the lib is capitalized differently in packages than it used to be, at the time of 0.11.1 release. It is just linking issue and creating the symbolic link should fix it. Vaclav > /scons: Configure: Checking for QGLViewer(1) in C++ library QGLViewer... / > //home/abraham/build- 0.11.1 /.sconf_temp/conftest_7.cpp <-/ [...] > /g++ -o /home/abraham/build- 0.11.1 /.sconf_temp/conftest_7 > /home/abraham/build-0.11.1/.sconf_temp/conftest_7.o > -L/usr/share/qt3/lib -L/usr/share/qt3/lib -lpthread -lglut > -lboost_date_time-mt -lboost_thread-mt -lboost_filesystem-mt -lqt-mt > -lqt-mt -lQGLViewer/ > //usr/bin/ld: cannot find -lQGLViewer/ > /collect2: ld returned 1 exit status/ > /close failed: [Errno 9] Bad file descriptor/ > /scons: Configure: no/ > > It seems that qglviewer.h cannot be located. ld is the linker, so it really is linking issue. _______________________________________________ Yade-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/yade-users
