08-19-04 10:58 PM
Derek wrote:
> Hi,
>
> I need to install a software package on Unix. When I ran
> "./configure", I got the following error message:
>
> configure: error: Couldn't find ltdl.h which is required and
> part of the libtool distribution. You probably
> need to define an include path via a -I in CPPFLAGS
>
> I know where ltdl.h is, but don't know how to add -I in CPPFLAGS.
Perhaps a shell variable will solve this:
export CPPFLAGS=-Isomewhere
./configure
[ Post a follow-up to this message ]
|