Hi,
It would be nice if it were a simple "make install". There is "no rule to install" in Mesa-6.5/src/sgi . Make is done and exists in Mesa-6.5/lib/'whatever from sgi'. Those files I copied to the proper location. Arden --
Yes Arden, it was my fault, You can not do make installl but you need to copy the files from include and lib directories of Mesa to proper locations ie. you /lib or /usr/lib or /usr/X11R7/lib (ie. where they can be found ;) ) and /usr/include. Well, Jorge, I think your freeglut installed properly. Now try to compile the LibTIFF since it uses OpenGL, it will be a test for both your OpenGL and FreeGlut. I am pretty sure you will likely to be run into error (as I did) . So I solving your that problem in advance. You need to modify the libGL.lafile that shipps with NVIDIA's kernel drivers. Take a backup if you want. The main problem is that the it contains hardcoded path for X libraries. (It is /usr/X11R6/lib). So if you are using Xorg-7.1 then you need to replace the /usr/X11R6/lib with $XORG_PREFIX/lib. You also need to change the __LIBGL_PATH__ to where you installed(copied) the libGL.so (acutally the libGL provided by NVIDIA and a symlink libGL.so pointing to it.) This way LibTIFF can find both OpenGL and freeglut. -- Jignesh D. Gangani
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
