PDA

View Full Version : Compiling Firefox 1.5.0.7 with icpc



angkel07
September 27th, 2006, 12:21 PM
I was trying to compile Firefox using Intel C++ Compiler. But I always get an error at the end. What can be the problems that I am getting with it? Here's what I got:

eGTK.cpp:(.text+0xb58): undefined reference to `XftDrawCreate'
make[4]: *** [firefox-bin] Error 1
make[4]: Leaving directory `/home/lazarus/mozilla/obj-i686-pc-linux-gnu/browser/app'
make[3]: *** [libs] Error 2
make[3]: Leaving directory `/home/lazarus/mozilla/obj-i686-pc-linux-gnu/browser'make[2]: *** [tier_99] Error 2
make[2]: Leaving directory `/home/lazarus/mozilla/obj-i686-pc-linux-gnu'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/lazarus/mozilla/obj-i686-pc-linux-gnu'
make: *** [build] Error 2

Thanks in advance.