Any idea how I get FireFox to continue it's build process:

c++ -o firefox-bin  -fno-rtti -fno-exceptions -Wall -Wconversion
-Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic
-fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -O  nsBrowserApp.o
-L../../dist/bin -L../../dist/lib   ../../dist/lib/libxulapp_s.a
-L../../dist/bin -lmozjs -L../../dist/bin -lxpcom -lxpcom_core
-L/usr/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl -L/opt/gnome-2.18.3/lib
-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm
-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl
-lglib-2.0     -lX11  -ldl -lm      
/opt/gnome/lib/libpangoft2-1.0.so.0: undefined reference to
`pango_font_description_get_gravity'
/opt/gnome/lib/libpangoft2-1.0.so.0: undefined reference to
`pango_layout_get_lines_readonly'
/opt/gnome/lib/libpangoft2-1.0.so.0: undefined reference to
`pango_font_description_set_gravity'
/opt/gnome/lib/libpangoft2-1.0.so.0: undefined reference to
`pango_gravity_get_type'
collect2: ld returned 1 exit status
make[4]: *** [firefox-bin] Error 1
make[4]: Leaving directory
`/home/lupine/DLoads/BLFS_Install_Files/firefox-build/browser/app'
make[3]: *** [libs] Error 2
make[3]: Leaving directory
`/home/lupine/DLoads/BLFS_Install_Files/firefox-build/browser'
make[2]: *** [tier_99] Error 2
make[2]: Leaving directory
`/home/lupine/DLoads/BLFS_Install_Files/firefox-build'
make[1]: *** [default] Error 2
make[1]: Leaving directory
`/home/lupine/DLoads/BLFS_Install_Files/firefox-build'
make: *** [build] Error 2


I'v made sure that I have a properly confiured pango and cairo
installed, and I'm using the exact steps and options as detailed in the
BLFS-book.  Any suggestions?
-Lup

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