This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: autoconf problem (was Re: possibly bug with ,@)


Hello again,

>     Martin> Yes:
>     Martin> mgrabmue@tortoise (~): libtool --version
>     Martin> ltmain.sh (GNU libtool) 1.3.4 (1.385.2.196 1999/12/07 21:47:57)
> 
>     Martin> Maybe it's a problem that libtool is installed under /usr/local/, whereas
>     Martin> the auto* tools are located under /usr ?  I built the former myself, the
>     Martin> latter programs came from .deb packages.
> 
>  Yes, that's what's wrong.  Your locally built `libtool' probably
>  installed the .m4 file that `aclocal' is looking for up in
>  "/usr/local/share/aclocal", rather than in "/usr/share/aclocal",
>  where the Debian packaged `aclocal' is looking for them.  Perhaps you
>  can upgrade your `libtool' to the one in Woody, or just reinstall it
>  with `--prefix=/usr'.
> 
That was indeed my problem.  Thanks for helping. Another question:  I get
warnings like the following (5 times or so) when running ./autogen.sh, but
everything compiles fine:

configure.in:312: warning: AC_TRY_RUN called without default to allow cross compiling

Is that due to my automake setup or is that normal?

Thx,
  'mgrabmue

-- 
Martin Grabmueller              mgrabmue@cs.tu-berlin.de
http://www.pintus.de/mgrabmue/  mgrabmue@#lkcc on EFnet

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]