bug-libtool
[Top][All Lists]
Advanced

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

--program-prefix leads to broken libtoolize


From: Geoff Keating
Subject: --program-prefix leads to broken libtoolize
Date: Mon, 2 Feb 2004 14:56:22 -0800

I built libtool-1.5.2 on powerpc-apple-darwin7.2.0 by:

$ tar zxf libtool-1.5.2.tar.gz
$ cd libtool-1.5.2
$ ./configure --prefix=$HOME --program-prefix=g
$ make install

But then when I did

$ cd ~/co/gcc-1/gcc
$ glibtoolize -c --force

I got:

Remember to add `AC_PROG_LIBTOOL' to `configure.in'.
You should add the contents of `/Network/Servers/cauchy/homes/thorin/gkeating/share/aclocal/ libtool.m4' to `aclocal.m4'. cp: /Network/Servers/cauchy/homes/thorin/gkeating/share/libtool/ config.guess: No such file or directory glibtoolize: cannot copy `/Network/Servers/cauchy/homes/thorin/gkeating/share/libtool/ config.guess' to `config.guess' cp: /Network/Servers/cauchy/homes/thorin/gkeating/share/libtool/config.sub: No such file or directory glibtoolize: cannot copy `/Network/Servers/cauchy/homes/thorin/gkeating/share/libtool/ config.sub' to `config.sub'

because the files are installed as:

$ ls -1 /Network/Servers/cauchy/homes/thorin/gkeating/share/libtool/
gconfig.guess
gconfig.sub
libltdl
ltmain.sh


This wasn't a problem for me, since actually libtool's versions were older than the versions I was updating to and so I could just restore config.sub and config.guess from CVS, but it might surprise someone else, especially since the files are deleted before before the copy is attempted.

--
Geoff Keating <address@hidden>

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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