Dan McGhee wrote:
I'm building from BLFS SVN and have Xorg-7.0 installed.  I added

--x-includes=/usr/X11R7/include
--x-libraries=/usr/X11R7/lib

to the pango ./configure command. The line in the Makefile was now not commented.

The build of firefox failed again but not at pango.

The issue (where to install xorg-7) is an interesting one. I prefer installing it into /usr because then the shared libraries are in /usr/lib (no need to edit /etc/ld.so.conf) the pkgconfig files are in /usr/lib/pkgconfig (no need to set the PKG_CONFIG_PATH) and the include files are in /usr/include/X11 (no need to set any CFLAGS). It just seems more straightforward to me, but each to their own ;)

Andy
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to