unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Bruce Korb <bkorb@gnu.org>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guile-devel@gnu.org
Subject: Re: gen-scmconfig is broken
Date: Tue, 7 Sep 2010 15:57:28 -0700	[thread overview]
Message-ID: <AANLkTimDm0Y=e7z-xyfd+LOiF39T7k7VbK9hHoQUaB7r@mail.gmail.com> (raw)
In-Reply-To: <877hixurg6.fsf@gnu.org>

Hi Ludovic,

On Tue, Sep 7, 2010 at 3:19 PM, Ludovic Courtès <ludo@gnu.org> wrote:
>
> Both problems mean that libltd.so isn’t in the loader’s search path
> ($LD_LIBRARY_PATH).  In 1.8 ‘configure’ wrecks havoc when libltdl.so
> isn’t found, instead of actually diagnosing this.
>
> At any rate, adding libltdl.so’s directory to the loader’s search path
> should fix it.

I will try reconfiguring with LD_LIBRARY_PATH set, but I *CAN* link
programs without having to set that.  I do nothing special, just a plain
  ../configure --prefix=/usr/local && make && make install
on my play time project and:
$ ldd $(which autogen)
        libguile.so.17 => /usr/lib64/libguile.so.17 (0x0000003739000000)
        libm.so.6 => /lib64/libm.so.6 (0x0000003733400000)
        libdl.so.2 => /lib64/libdl.so.2 (0x0000003733800000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003733c00000)
        libc.so.6 => /lib64/libc.so.6 (0x0000003733000000)
        libgmp.so.3 => /usr/lib64/libgmp.so.3 (0x0000003746e00000)
        libcrypt.so.1 => /lib64/libcrypt.so.1 (0x0000003744200000)
        libltdl.so.3 => /usr/lib64/libltdl.so.3 (0x0000003739800000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003732c00000)

so *IT* seems to find libltdl.so just fine.  Now that I'm looking at it, I see
that our uber-conservative installation is using libltdl.so.3 and your config
is demanding .7.  What I actually need is a static libguile, but there is no
such beast for CentOS.  So I was going to build libguile, but it seems it
demands a particular libltdl.  I'm not going there.  Thus, I cannot
use libguile.
(The .so won't be available on the target -- out of my control.)  Too
much trouble.
Thank you.  Regards, Bruce



  reply	other threads:[~2010-09-07 22:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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='AANLkTimDm0Y=e7z-xyfd+LOiF39T7k7VbK9hHoQUaB7r@mail.gmail.com' \
    --to=bkorb@gnu.org \
    --cc=guile-devel@gnu.org \
    --cc=ludo@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).