[Bug 193372] Re: binary package cannot be linked to, locally-rebuilt version works

2010-11-17 Thread Launchpad Bug Tracker
[Expired for libqglviewer (Ubuntu) because there has been no activity for 60 days.] ** Changed in: libqglviewer (Ubuntu) Status: Incomplete => Expired -- binary package cannot be linked to, locally-rebuilt version works https://bugs.launchpad.net/bugs/193372 You received this bug notifica

[Bug 193372] Re: binary package cannot be linked to, locally-rebuilt version works

2009-08-17 Thread Artur R. Czechowski
I believe the bug has been fixed by uploading new releases of qglviewer package. Please confirm if it's ok and bug can be closed. ** Changed in: libqglviewer (Ubuntu) Status: New => Incomplete -- binary package cannot be linked to, locally-rebuilt version works https://bugs.launchpad.net/

[Bug 193372] Re: binary package cannot be linked to, locally-rebuilt version works

2008-07-08 Thread gerwindehaan
It appears the libqglviewer.so.2.2.6 from the binary install does not export any qglviewer symbols. if you run nm to display the qlviewer symbol entries: nm -D /usr/lib/libqglviewer.so.2.2.6 | grep -i qglviewer returns nothing for the version installed from binary package, but contains 694 lines

[Bug 193372] Re: binary package cannot be linked to, locally-rebuilt version works

2008-06-20 Thread Philipp Bönhof
I can confirm this. I actually had the same problem and had to compile from the sources again to fix it. My release: Linux noname 2.6.24-19-generic #1 SMP Wed Jun 4 16:35:01 UTC 2008 i686 GNU/Linux `lsb_release -a`: Distributor ID: Ubuntu Description: Ubuntu 8.04 Release: 8.04 Codename: hardy As

[Bug 193372] Re: binary package cannot be linked to, locally-rebuilt version works

2008-03-09 Thread Václav Šmilauer
Ping... To be precise, this is the test program: #include "QGLViewer/qglviewer.h" int main(){ QGLViewer(1); return 0; } When compiling: [EMAIL PROTECTED]:/tmp$ g++ qglviewer2-test.cc -lqglviewer -I/usr/share/qt3/include -o qglviewer2-test /tmp/ccDbd9AJ.o: In function `main': qglviewer2-t