Hi, >Dan Nicholson <[EMAIL PROTECTED]> wrote on 14 May 2007: > >So, the mozilla build doesn't add the needed -L directory here. This >is related to the hack needed to add -lX11 and -lXrender. I don't know >why it works for David and not for you, but I think we can fix this> >more generally. > >Instead of the cat >> layout/build/Makefile.in in the book, try this: > >cat >> layout/build/Makefile.in << "EOF" && >ifdef MOZ_ENABLE_CANVAS >EXTRA_DSO_LDOPTS += $(XLDFLAGS) -lX11 -lXrender >endif >EOF > >The important part there is the addition of $(XLDFLAGS), which should >contain the -L/usr/X11R6/lib needed. If this works for you, I'll add >it (and probably --x-libraries stuff) to the book. > >-- >Dan
Thanks Dan. Firefox2 is on and kicking. Your solution did work. But just for education was it sue to a bug in the package that it did not work in the first place? Or what was the reason? Regards Randhir Phagura _________________________________________________________________ Spice up your IM conversations. New, colorful and animated emoticons. Get chatting! http://server1.msn.co.in/SP05/emoticons/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
