Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <4168A447.6090106@cwilson.fastmail.fm>
Date: Sat, 09 Oct 2004 22:53:59 -0400
From: Charles Wilson <cygwin@cwilson.fastmail.fm>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 MultiZilla/1.6.4.0b
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: libtool bug
References: <16741.49587.333388.685699@byrd.xs4all.nl> <1968842951.20041008015659@familiehaase.de> <41662639.3030306@cwilson.fastmail.fm> <87d5zt4r3g.fsf@peder.flower> <657467259.20041008123554@familiehaase.de> <41671F91.8020508@cwilson.fastmail.fm> <87ekk8qina.fsf@peder.flower> <41687576.5000408@cwilson.fastmail.fm>
In-Reply-To: <41687576.5000408@cwilson.fastmail.fm>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

BTW, note that the problem (whatever it is) exposed here, will be hidden 
by the patch I'm about to post to this list and to libtool-patches.

I really hope somebody (Jan? Han-Wen Nienhuys?) will try their guile 
build with unmodified libtool-1.5.10, and when the relink fails manually 
execute

 >     gcc -shared .libs/srfi-1.o -L/lib -L/usr/lib
 >     -L/home/Hanwen/src/guile-1.7.1/libguile-ltdl/.libs -L/usr/local/lib
 >     -lguile -lpthread -lgmp -lcrypt -o
 >     .libs/cygguile-srfi-srfi-1-v-2-2.dll -Wl,--image-base=0x10000000
 >     -Wl,--out-implib,.libs/libguile-srfi-srfi-1-v-2.dll.a

from the appropriate directory, but adding "-v -Wl,-verbose" for verbose 
output from both gcc and ld.  When THAT fails, figure out why it can't 
find libguile.dll.a in /home/Hanwen/src/guile-1.7.1/libguile-ltdl/.libs, 
because if it is there, it really ought to be able to find it given

-L/home/Hanwen/src/guile-1.7.1/libguile-ltdl/.libs -lguile

Okay?

--
Chuck


Charles Wilson wrote:

> Jan Nieuwenhuizen wrote:
> 
>> Do you have an insight wrt the start of this thread?  That's stalling
>> a Guile-1.7/libguile16 release and with it the LilyPond 2.3 series.
> 
> 
> No, I don't.  This:
> 
>     gcc -shared .libs/srfi-1.o -L/lib -L/usr/lib
>     -L/home/Hanwen/src/guile-1.7.1/libguile-ltdl/.libs -L/usr/local/lib
>     -lguile -lpthread -lgmp -lcrypt -o
>     .libs/cygguile-srfi-srfi-1-v-2-2.dll -Wl,--image-base=0x10000000
>     -Wl,--out-implib,.libs/libguile-srfi-srfi-1-v-2.dll.a
> 
> ought to succeed, IF
>   /home/Hanwen/src/guile-1.7.1/libguile-ltdl/.libs
> contains any of the following:
> 
>           libguile.dll.a
>           guile.dll.a
>           libguile.a
>           cygguile.dll
>           libguile.dll
>           guile.dll
> 
> That's what
> -L/home/Hanwen/src/guile-1.7.1/libguile-ltdl/.libs  -lguile
> MEANS, after all.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

