From: Han-Wen Nienhuys <hanwen@cs.uu.nl>
Subject: AARRRRGGH! Die Libtool, die!
Date: Sat, 15 Feb 2003 15:36:38 +0100 (CET) [thread overview]
Message-ID: <200302151436.h1FEacTL013547@smtpzilla1.xs4all.nl> (raw)
(desparate frustration mode)
Automake, autoconf, libtool. They should be taken out and
shot. Perhaps their authors too.
(argh)
after cvs-upping, I did.
./configure --disable-elisp --enable-htmldoc --enable-maintainer-mode --enable-ltdl-install --prefix=/home/hanwen/usr/pkg/guile/
make
(all went fine)
then
make install
make[1]: Binnengaan van map `/home/hanwen/usr/src/savannah/official-guile/guile/guile-core/libguile'
/bin/sh ../mkinstalldirs /home/hanwen/usr/pkg/guile//lib
/bin/sh ../libtool --mode=install /usr/bin/install -c libguile.la /home/hanwen/usr/pkg/guile//lib/libguile.la
libtool: install: warning: relinking `libguile.la'
(cd /home/hanwen/usr/src/savannah/official-guile/guile/guile-core/libguile; /bin/sh ../libtool --mode=relink gcc -g -O2 -Werror -Wall -Wmissing-prototypes -o libguile.la -rpath /home/hanwen/usr/pkg/guile//lib -version-info 15:0:0 -export-dynamic -no-undefined alist.lo [..] net_db.lo socket.lo regex-posix.lo ../libguile-ltdl/libguile-ltdl.la -lpthread -lcrypt -lm )
mv: cannot stat `libguile.so.15.0.0': No such file or directory
libtool: install: error: relink `libguile.la' with the above command before installing it
make[1]: *** [install-libLTLIBRARIES] Fout 1
make[1]: Weggaan uit map `/home/hanwen/usr/src/savannah/official-guile/guile/guile-core/libguile'
make: *** [install-am] Fout 2
WTF is it recompiling stuff during installation?
rm libguile.la
make
[..]
make install
gives
(cd
/home/hanwen/usr/src/savannah/official-guile/guile/guile-core/libguile;
/bin/sh ../libtool --mode=relink gcc -g -O2 -Werror -Wall
-Wmissing-prototypes -o libguile.la -rpath
/home/hanwen/usr/pkg/guile//lib -version-info 15:0:0 -export-dynamic
-no-undefined alist.lo [..] socket.lo regex-posix.lo ../libguile-ltdl/libguile-ltdl.la -lpthread -lcrypt -lm )
gcc -shared alist.lo arbiters.lo [..] regex-posix.lo -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -lguile-ltdl -lpthread -lcrypt -lm -Wl,-soname -Wl,libguile.so.15 -o .libs/libguile.so.15.0.0
/usr/bin/ld: cannot find -lguile-ltdl
collect2: ld returned 1 exit status
libtool: install: error: relink `libguile.la' with the above command before installing it
make[1]: *** [install-libLTLIBRARIES] Fout 1
make[1]: Weggaan uit map `/home/hanwen/usr/src/savannah/official-guile/guile/guile-core/libguile'
I can't believe this. Every single time that I've tried to do a major
upgrade of CVS guile, there have been unfathomable issues with libtool
and libltdl. Why is this always so complicated?
$ rpm -q libtool automake make gcc
libtool-1.4.2-12
automake-1.6.3-1.jcb1
make-3.79.1-14
gcc-3.2-7
--
Han-Wen Nienhuys | hanwen@cs.uu.nl | http://www.cs.uu.nl/~hanwen
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
next reply other threads:[~2003-02-15 14:36 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-15 14:36 Han-Wen Nienhuys [this message]
2003-02-15 20:46 ` AARRRRGGH! Die Libtool, die! Rob Browning
2003-02-15 23:54 ` Han-Wen Nienhuys
2003-02-16 0:56 ` Tom Lord
2003-02-18 11:24 ` tomas
2003-02-18 17:14 ` Rob Browning
2003-02-18 18:50 ` rm
2003-02-19 13:04 ` tomas
2003-02-21 17:28 ` Rob Browning
2003-02-16 1:09 ` Rob Browning
-- strict thread matches above, loose matches on Subject: below --
2003-02-15 14:26 Han-Wen Nienhuys
2003-02-18 11:04 ` tomas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200302151436.h1FEacTL013547@smtpzilla1.xs4all.nl \
--to=hanwen@cs.uu.nl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).