bug-gnuzilla
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling IceCat on gNewSense2.0


From: Yavor Doganov
Subject: Re: Compiling IceCat on gNewSense2.0
Date: Fri, 23 May 2008 21:17:29 +0300
User-agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/22.2 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI)

Tarlika Elisabeth Schmitz wrote:
> 
> I realize that the problem is that XLIBS and XT_LIBS are empty.

This is only a consequence of missing libraries/headers at configure
time.  The cure is to have everything necessary installed, not to try
to cheat the build system.

> I run Debian and have the libxt-dev package installed.

I suspect that you attempted to build the package, then installed
libxt-dev and retried?  If so, please rerun ./configure in order
config/autoconf.mk and the other necessary files to be recreated.

> When I set these variables manually to 

Setting them manually is asking for trouble.  There's a reason why
these checks are being made at configure time.  Overriding the values
manually is doomed to fail in many cases, since usually AC_CHECK_LIB
and friends not only set -lfoo but often define HAVE_LIBFOO -- there
might be code guarded in preprocessor directives so that it could be
conditionally compiled.  (Disclaimer: I'm not familiar with IceCat at
all, speaking in general.)

You can check exactly which checks are performed at configure.in:2793.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]