bug-guile
[Top][All Lists]
Advanced

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

Re: environment variables causing configure to fail


From: Marius Vollmer
Subject: Re: environment variables causing configure to fail
Date: 03 Jan 2002 20:23:15 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Michael Carmack <address@hidden> writes:

> > The specific problem you are having seems to be that the
> > libltdl/configure script is produced by a different autoconf version
> > than Guile's configure script.
> 
> Hmm. Do you know of a way to resolve this? Should I just try to avoid
> setting environment variables altogether?

You should make sure that your installed version of libltdl is prepped
with the same version of autoconf as the Guile tree.  The easiest way
might be to find the location where libtoolize copies the libltdl
sources from and run your autoconf there.  Like

    $ which libtoolize
    /usr/bin/libtoolize
    $ cd /usr/share/libtool/libltdl
    $ autoconf



reply via email to

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