RE: [PyOpenGL-Users] problems compiling pyopengl
Brought to you by:
mcfletch
From: Simon W. (Maptek) <Sim...@pe...> - 2002-12-19 00:24:50
|
>when compiling pyopengl i got errors like: > >cannot find -lGLU, >cannot find -lXext etc.. > >i checked and i have libGLU.so, and it's in /usr/X11R6/lib... > >so it looks like the installer can't find them. > >i symlinked them into /usr/lib and now the installer works, >but i would prefer a cleaner solution. > >any ideas? I came across this problem also. I think I modified the setup.py (or some other config file) to point to the correct directory. However I still think that the symlink solution is probably the cleanest! SimonW. |