Ken Moffat wrote these words on 08/24/05 12:35 CST: > But, I like having multiple browsers so that I can look at different > things on different desktops. Epiphany works with the book's current > instructions, with a different set of instructions the .pc files didn't > get installed (and they pointed to /usr/local), nor did necessary > headers. Does this variation install headers, or will I also have to > build mozilla for the headers ?
It does appear that the headers have to be copied manually. This in-of-itself, is not really a big deal. The .pc files are a bit different. It appears they must be edited (seds would do it) and manually copied as well. Here are a couple of examples of .pc files as they exist after the build: [EMAIL PROTECTED]: ~/build/mozilla > cat build/unix/firefox-nss.pc prefix=/opt/firefox-1.0.6 exec_prefix=/opt/firefox-1.0.6 libdir=/opt/firefox-1.0.6/lib/firefox-1.0.6 includedir=/opt/firefox-1.0.6/include/firefox-1.0.6 Name: NSS Description: Mozilla Network Security Services Version: 1.0.6 Requires: firefox-nspr = 1.0.6 Libs: -L${libdir} -lnss3 -lsmime3 -lssl3 -lsoftokn3 Cflags: -I${includedir}/nss ================================================================ [EMAIL PROTECTED]: ~/build/mozilla > cat build/unix/firefox-nspr.pc prefix=/opt/firefox-1.0.6 exec_prefix=/opt/firefox-1.0.6 libdir=/opt/firefox-1.0.6/lib/firefox-1.0.6 includedir=/opt/firefox-1.0.6/include/firefox-1.0.6 Name: NSPR Description: The Netscape Portable Runtime Version: 1.0.6 Libs: -L/opt/firefox-1.0.6/lib/firefox-1.0.6 -lplds4 -lplc4 -lnspr4 -lpthread -ldl Cflags: -I${includedir}/nspr ================================================================= I appears that the libdir and includedir lines need to be changed. Actually, the includedir wouldn't have to be changed, except for /opt/firefox-1.0.6/include/firefox-1.0.6 is a screwy name. opt/firefox-1.0.6/include would be better. -- Randy rmlscsi: [GNU ld version 2.15.94.0.2 20041220] [gcc (GCC) 3.4.3] [GNU C Library stable release version 2.3.4] [Linux 2.6.10 i686] 12:47:00 up 144 days, 12:20, 3 users, load average: 0.29, 0.16, 0.24 -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page