X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 	tests=AWL,BAYES_00,SPF_PASS
X-Spam-Check-By: sourceware.org
Message-ID: <F52C688AE2E54D84B5B380EAE115FE51@HPLAPTOP>
From: "Aaron Gray" <aaronngray.lists@googlemail.com>
To: <cygwin@cygwin.com>
References: <0B6EC281074944D3A83436895774D25D@HPLAPTOP> <20090306221734.GA10652@ednor.casa.cgf.cx> <9C86CC343078443EBDB1E3F6319817C5@HPLAPTOP> <20090306224751.GA10726@ednor.casa.cgf.cx>
Subject: Re: ld library problems
Date: Fri, 6 Mar 2009 23:04:27 -0000
MIME-Version: 1.0
Content-Type: text/plain; 	format=flowed; 	charset="iso-8859-1"; 	reply-type=original
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
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

> On Fri, Mar 06, 2009 at 10:41:53PM -0000, Aaron Gray wrote:
>>> On Fri, Mar 06, 2009 at 10:09:51PM -0000, Aaron Gray wrote:
>>>> I have some Linux code that uses ld and ld finds '.a' archive files
>>>> when given a -L path.  Cygwin's ld is not seeing these files and I have
>>>> to specifically list them with -l.
>>>>
>>>> Anyone shine some light on this ?  Do I have to use '.la' ?  Or what ?
>>> We can't shed light on this without details.  Please provide some
>>> specific examples.
>>
>> From what I am seeing (this is not a tested example)
>>
>> Given 'libTest2.a' in '/usr/build/Debug/lib'
>>
>>    g++ -share -L/usr/build/Debug/lib test.o -o test.dll
>>
>> This fails to find test2.a on Cygwin where it is found on Linux.
>
> I doubt that test2 would be found on any platform since you didn't
> specify it on the command line.
>
> However, we won't get far on untested examples.  You need to provide
> specifics not supposition.

Its in a large project. So I will have to produce a bare test case. Will do 
so tomorrow as I would like to get to the bottom of this.

Aaron


--
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/

