unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Bruce Korb <bruce.korb@gmail.com>
To: guile-devel@gnu.org
Subject: gen-scmconfig is broken
Date: Tue, 7 Sep 2010 11:48:40 -0700	[thread overview]
Message-ID: <AANLkTimOGqrD3aO1-Anhgfh8=0+xbfdJXmY5QqQ7pPc8@mail.gmail.com> (raw)

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)



             reply	other threads:[~2010-09-07 18:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-07 18:48 Bruce Korb [this message]
2010-09-07 22:19 ` gen-scmconfig is broken 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

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='AANLkTimOGqrD3aO1-Anhgfh8=0+xbfdJXmY5QqQ7pPc8@mail.gmail.com' \
    --to=bruce.korb@gmail.com \
    --cc=guile-devel@gnu.org \
    /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).