On Thu, 2019-09-05 at 20:34 +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 > > > > > 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 > > If you ever happen to want to link against installed libraries > in a given directory, LIBDIR, you must either use libtool, and > specify the full pathname of the library, or use the '-LLIBDIR' > flag during linking and do at least one of the following: > - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable > during execution > - add LIBDIR to the 'LD_RUN_PATH' environment variable > during linking > - use the '-Wl,-rpath -Wl,LIBDIR' linker flag > - have your system administrator add LIBDIR to '/etc/ld.so.conf' > > See any operating system documentation about shared libraries for > more information, such as the ld(1) and ld.so(8) manual pages. > ---------------------------------------------------------------------- > /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 >
Hi Dan, I can see what your issue is. The --prefix was not set. i.e. $XORG_PREFIX was not set. Regards, Wayne. -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
