On 5/10/06, Alexander E. Patrakov <[EMAIL PROTECTED]> wrote:

If it doesn't: bug in Firefox (and in the book). Rebuild with the library
containing the needed symbol explicitly mentioned in LDFLAGS, as the LiveCD does
with SeaMonkey:

http://wiki.linuxfromscratch.org/livecd/browser/trunk/packages/seamonkey/.mozconfig

Alexander,

I've been playing with --as-needed for a bit now.  It can sometimes
break shared object building.  I would suggest changing your LDFLAGS
line to

LDFLAGS="-Wl,--as-needed -lpangoxft-1.0 -Wl,--no-as-needed"

Unless you want --as-needed to affect possibly all the other library
loadings (depending on where LDFLAGS is in the command).

--
Dan
--
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