Dan Nicholson wrote: > On 1/19/07, Bruce Dubbs <[EMAIL PROTECTED]> wrote: >> I just built seamonkey, but it was a challenge. It does not require the >> qqqpatches that are currently in the book. >> >> On my first try, the build failed because it could not some symbols that >> were in libX11.so and libXrender.so. Adding them was not enough as I >> had to tell it that they were in the standard X library location (which >> is in my ld.so.conf file. > > That triggers my memory. SeaMonkey-1.1 comes out of the gecko-1.9 > branch just like Firefox-2. Look through the recent blfs-support mail > for people working through firefox-2. They should be pretty similar. > > Personally, I think we should punt the gecko-1.9 stuff till post > 6.2.0. But, it's not my call.
Interesting. I saw two references to this same problem in the Firefox threads. I'll fix it with a sed: sed -i -e '/MOZ_JS_LIBS/a\ \t\t$(MOZ_XFT_LIBS) \\' Makefile.in I don't know if this can be condensed to one line, but I couldn't do it. Testing the build now... -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
