From: Jonathan B. <jbr...@ea...> - 2003-10-15 20:47:26
|
On Wed, 2003-10-15 at 10:00, Pawel Oleksik wrote: > Hi! > I cannot build (indeed: link) vpython on Slackware 9.1. > The reason is that libtool cannot find 'libGLU.la' > (all I have is 'libGLU.a' and other static and dynamic > XF86 libraries). > Is there any easy way to get it worked? > > Pawel Oleksik Since the core of visual is a dynamically loaded plugin to Python, it cannot be linked to static libraries on Linux. I believe that you will have to get a shared library version of libGLU.so for your system. HTH, Jonathan Brandmeyer |