unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* gen-scmconfig is broken
@ 2010-09-07 18:48 Bruce Korb
  2010-09-07 22:19 ` Ludovic Courtès
  2010-09-07 22:22 ` Andy Wingo
  0 siblings, 2 replies; 5+ messages in thread
From: Bruce Korb @ 2010-09-07 18:48 UTC (permalink / raw)
  To: guile-devel

I've installed libtool in many places to ensure that it should find it.
(My private directory fails "configure", so I used /usr/local for --prefix.
This should *NOT* be necessary.):

Version 1.8.7 on CentOS release 5.5 (Final)

$ ./configure --prefix=/net/home/bkorb
[[..........]]
$ make
[[..........]]
cat ./scmconfig.h.top > scmconfig.h.tmp
./gen-scmconfig >> scmconfig.h.tmp
./gen-scmconfig: error while loading shared libraries: libltdl.so.7:
cannot open shared object file: No such file or directory
make[2]: *** [scmconfig.h] Error 127
make[2]: Leaving directory `/usr/local/src/guile/guile-1.8.7/libguile'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/guile/guile-1.8.7'
make: *** [all] Error 2
$ which -a libtool
/usr/local/src/guile/guile-1.8.7/libtool
/net/home/bkorb/bin/libtool
/usr/local/bin/libtool
/usr/bin/libtool
$ for f in $(which -a libtool);do $f --version |head -1 ; done
ltmain.sh (GNU libtool) 2.2.6
libtool (GNU libtool) 2.2.10
libtool (GNU libtool) 2.2.10
ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)



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

end of thread, other threads:[~2010-09-08 11:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-07 18:48 gen-scmconfig is broken Bruce Korb
2010-09-07 22:19 ` Ludovic Courtès
2010-09-07 22:57   ` Bruce Korb
2010-09-08 11:59     ` Ludovic Courtès
2010-09-07 22:22 ` Andy Wingo

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