bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with make install of 1.6.3


From: Rob Browning
Subject: Re: Problem with make install of 1.6.3
Date: Wed, 26 Mar 2003 17:14:18 -0600
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

Paul Harouff <address@hidden> writes:

> I'm trying to build guile-1.6.3 on SuSE 8.1 with an RPM spec file
>
> During make install, the file 
>
> /usr/src/packages/BUILD/guile-1.6.3/libguile/.libs/libguile.so.12.3.0
>
> gets changed to
>
> /usr/src/packages/BUILD/guile-1.6.3/libguile/.libs/libguile.so.12.3.0U
>
> which ruins all the links and install into the var/tmp/<build>
> directory.
>
> Attached is a log of make -dw install in the libguile directory.
> Watching the directory at the same time, it appears that the problem
> occurs near the only reference to .libs in the log, but I can't figure
> out the exact command that is changing the file name and how to fix it.

I'm pretty sure this is libtool's doing, and I *think* it has to do
with missing symbols (perhaps libguile's not being linked against all
the other libs it needs, or they're not visible to libtool at the
right time -- not really sure).

If you're not using the latest libtool, you might try upgrading that,
re-running ./autogen.sh and see if that helps, but that's just a
guess.  Unfortunately I don't know offhand what the cause is...

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]