unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* AARRRRGGH! Die Libtool, die!
@ 2003-02-15 14:36 Han-Wen Nienhuys
  2003-02-15 20:46 ` Rob Browning
  0 siblings, 1 reply; 12+ messages in thread
From: Han-Wen Nienhuys @ 2003-02-15 14:36 UTC (permalink / 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


^ permalink raw reply	[flat|nested] 12+ messages in thread
* AARRRRGGH! Die Libtool, die!
@ 2003-02-15 14:26 Han-Wen Nienhuys
  2003-02-18 11:04 ` tomas
  0 siblings, 1 reply; 12+ messages in thread
From: Han-Wen Nienhuys @ 2003-02-15 14:26 UTC (permalink / 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?

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2003-02-21 17:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-15 14:36 AARRRRGGH! Die Libtool, die! Han-Wen Nienhuys
2003-02-15 20:46 ` 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

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