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 ,@)


>>>>> "Martin" == Martin Grabmueller <mgrabmue@cs.tu-berlin.de> writes:

    >> 
    >> >>>>> "Martin" == Martin Grabmueller <mgrabmue@cs.tu-berlin.de> writes:
    >> 
    Martin> aclocal: configure.in: 8: macro `AM_PROG_LIBTOOL' not found in library
    >> ^^^^^^^^^^^^^^^
    >> 
    >> Do you have `libtool' installed?
    >> 

    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'.


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