discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Problem configuring gnustep-core


From: Frederic
Subject: Re: Problem configuring gnustep-core
Date: Mon, 01 Jan 2001 18:59:16 +0100

David Relson wrote:

Hi David, hi all,

> Checking for libtiff.a, I have it in two spots (as expected):
>         -rw-r--r-- 1 root root 1181902 Jan 2 10:50
> /usr/src/GNUstep/dgs/tiff/libtiff/libtiff.a
>         -r--r--r-- 1 root root 1181902 Jan 2 10:51
> /usr/GNUstep/System/Libraries/ix86/linux-gnu/libtiff.a

Neither /usr/src/GNUstep/dgs/tiff/libtiff/, nor
/usr/GNUstep/System/Libraries/ix86/linux-gnu are standard path where the
libraries are being looked for. So you need to specify manually the
path by using the option ./configure
--with-tiff-library=/usr/GNUstep/System/Libraries/ix86/linux-gnu/

You also need to check for the header (tiff.h) and specify its path
with --with-tiff-library=...

> Environment variable LD_LIBRARY_PATH does contain...
LD_LIBRARY_PATH is used at runtime for shared libraries and will not
satisfy the header requirement.

> Other information of possible significance:
>         Distribution:   Mandrake 7.2
>         Kernel:         2.2.18
>         CPU:            Pentium III
>         libtiff-3.5.5-2mdk.rpm is installed

Good, the best solution is to install libtiff-devel-3.5.5-2mdk.rpm,
probably libjpeg-devel-6b-15mdk too, and maybe some other. All decent
Linux distributions do have tiff development libraries ready for usage.
(many other *-devel* packages may be forth looking at when ./configure
is failing)

> Thanks.

Hope this helps,

> David



reply via email to

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