SCI Seg3D Mailing List

Text archives Help


[Seg3D] Re: [seg3D2 bug] No rule to make target `/usr/lib/libQtOpenGL.so'


Chronological Thread 
  • From: Ramón Casero Cañas <rcasero@gmail.com>
  • To: "seg3d@sci.utah.edu" <seg3d@sci.utah.edu>
  • Subject: [Seg3D] Re: [seg3D2 bug] No rule to make target `/usr/lib/libQtOpenGL.so'
  • Date: Tue, 17 Jan 2012 18:36:04 +0000

On 17/01/12 16:03, Ramón Casero Cañas wrote:

The reason is that the OpenGL libraries have been moved to
architecture-dependent directories, e.g. in my system

/usr/lib/x86_64-linux-gnu/libQtOpenGL.so




A quick fix for this problem is to create soft links in /usr/lib to the required libraries. This way, configure --with-opengl can find them

$ cd /usr/lib
$ sudo ln -s /usr/lib/x86_64-linux-gnu/libQtOpenGL.so
$ sudo ln -s /usr/lib/x86_64-linux-gnu/libQtGui.so
$ sudo ln -s /usr/lib/x86_64-linux-gnu/libQtCore.so
$ sudo ln -s /usr/lib/x86_64-linux-gnu/libGL.so
$ sudo ln -s /usr/lib/x86_64-linux-gnu/libGLU.so

Best regards,

Ramon.

--
Dr. Ramón Casero Cañas

Computational Biology
Department of Computer Science
University of Oxford
Wolfson Building, Parks Rd
Oxford OX1 3QD

tlf     +44 (0) 1865 610737
web     http://www.cs.ox.ac.uk/people/Ramon.CaseroCanas
photos  http://www.flickr.com/photos/rcasero/



Archive powered by MHonArc 2.6.16.

Top of page