bug-libtool
[Top][All Lists]
Advanced

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

Re: Libtool 1.4.1 doesn't compile with srcdir ?


From: Gary V. Vaughan
Subject: Re: Libtool 1.4.1 doesn't compile with srcdir ?
Date: Thu, 13 Sep 2001 21:56:51 +0100
User-agent: Mutt/1.3.22.1i

Now fixed in CVS branch-1-4:

2001-09-11  Gary V. Vaughan  <address@hidden>

        * libltdl/Makefile.am (OBJECTS):  In addition to making $(OBJECTS)
        depend on libtool -- which causes Automake 1.4 to generate the
        ibtool script in this directory during bootstrap -- also add
        libltdl_la_OBJECTS and libltdlc_la_OBJECTS, the Automake 1.5
        equivalents.
                                        
I'll release 1.4.3 in a week or two when the patch influx settles a
little.

Cheers,
        Gary.

On Tue, Sep 11, 2001 at 04:11:34AM +0100, Gary V. Vaughan wrote:
> Something in the latest Autoconf or Automake disagrees with
> libtool.m4.  It works correctly if you use automake 1.4-p5 and
> Autoconf-2.13.
> 
> I don't know why.
> 
> Cheers,
>       Gary.
> 
> On Mon, Sep 03, 2001 at 01:58:48AM -0300, Frdric L. W. Meunier wrote:
> > Hi. I'm compiling on Linux using CVS release-1-4-1. I have
> > Autoconf 2.52 and Automake 1.5.
> > 
> > % ./bootstrap
> > 
> > automake: configure.in: installing ./install-sh'
> > automake: configure.in: installing ./mkinstalldirs'
> > automake: configure.in: installing ./missing'
> > automake: Makefile.am: installing ./INSTALL'
> > automake: Makefile.am: installing ./COPYING'
> > doc/Makefile.am:4: installing doc/mdate-sh'
> > doc/Makefile.am:4: installing doc/texinfo.tex'
> > Makefile.am:43: deprecated feature: helldl' overrides helldl$(EXEEXT)'
> > Makefile.am:43: change your target to read helldl$(EXEEXT)'
> > 
> > % cd ~; mkdir objdir; cd objdir
> > % /usr/local/src/CVS/GNU/libtool/configure --prefix=/usr
> > --disable-dependency-tracking --disable-static
> > 
> > % make
> > Making all in .
> > make[1]: Entering directory /home/pervalidus/objdir'
> > rm -f ltmain.shT
> > ...
> > Making all in libltdl
> > make[1]: Entering directory /home/pervalidus/objdir/libltdl'
> > cd . \
> >   && CONFIG_FILES= CONFIG_HEADERS=config.h \
> >      /bin/sh ./config.status
> > config.status: creating config.h
> > config.status: config.h is unchanged
> > make  all-am
> > make[2]: Entering directory /home/pervalidus/objdir/libltdl'
> > /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. 
> > -I/usr/local/src/CVS/GNU/libtool/libltdl -I.     -O2 -c -o ltdl.lo test -f 
> > /usr/local/src/CVS/GNU/libtool/libltdl/ltdl.c || echo 
> > '/usr/local/src/CVS/GNU/libtool/libltdl/'/usr/local/src/CVS/GNU/libtool/libltdl/ltdl.c
> > ./libtool: ./libtool: No such file or directory
> > make[2]: *** [ltdl.lo] Error 127
> > make[2]: Leaving directory /home/pervalidus/objdir/libltdl'
> > make[1]: *** [all] Error 2
> > make[1]: Leaving directory /home/pervalidus/objdir/libltdl'
> > make: *** [all-recursive] Error 1
> > 
> > It worked after I made a symbolic link to objdir/libltdl/libtool
> > 
> > -- 
> > address@hidden, {dyndns.}org} Tel: 55-21-2717-2399 (Niteri-RJ BR)
> > 
> > _______________________________________________
> > Bug-libtool mailing list
> > address@hidden
> > http://mail.gnu.org/mailman/listinfo/bug-libtool
> 
> -- 
>   ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org)
>   ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
>   / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
> `(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/
> 
> _______________________________________________
> Bug-libtool mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-libtool

-- 
  ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org)
  ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
  / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
`(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/



reply via email to

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