Thanks Ken, Here is why it wasn't in /usr :
Installation of GLU Install GLU by running the following commands: ./configure --prefix=$XORG_PREFIX --disable-static && make This package does not come with a test suite. Changed it to /usr and everything installed. Stupid me . Just didn't catch it. On 9/5/19 3:57 PM, Ken Moffat via blfs-support wrote: On Thu, Sep 05, 2019 at 08:34:18PM +0000, Dan Ayre via blfs-support wrote: Hi All, I have had this problem on 8.3,8.4 and now 9.o blfd systemd. I inistalled Mesa then libva and today I installed Glu and Freeglut failed. Freeglut problem [snipping some of the many blank lines] freeglut-3.0.0/include/GL/freeglut_std.h:144:13: fatal error: GL/glu.h: No such file or directory GLU install : Libraries have been installed in: /lib Really ? I would expect glu to be installed in /usr/lib with its headers in /usr/include/GL/ /bin/mkdir -p '/include/GL' /usr/bin/install -c -m 644 ./include/GL/glu.h ./include/GL/glu_mangle.h '/include/GL' /bin/mkdir -p '/lib/pkgconfig' /usr/bin/install -c -m 644 glu.pc '/lib/pkgconfig' make[1]: Leaving directory '/sources/glu-9.0.1 Sorry, but I don't know anything about the links above. I would like to learn how to make this work. Thanks , Dan If the pkgconfig *really* is in /lib/pkgconfig then it will not be found unless you mess with PKG_CONFIG_PATH : but in that case you really need to find out why it didn't install in /usr. ĸen
-- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
