Re: ld library problems

2009-03-06 Thread Aaron Gray
On Fri, Mar 06, 2009 at 10:41:53PM -, Aaron Gray wrote: On Fri, Mar 06, 2009 at 10:09:51PM -, 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.

Re: ld library problems

2009-03-06 Thread Christopher Faylor
On Fri, Mar 06, 2009 at 10:41:53PM -, Aaron Gray wrote: >> On Fri, Mar 06, 2009 at 10:09:51PM -, 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 the

Re: ld library problems

2009-03-06 Thread Aaron Gray
On Fri, Mar 06, 2009 at 10:09:51PM -, 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' ?

Re: ld library problems

2009-03-06 Thread Christopher Faylor
On Fri, Mar 06, 2009 at 10:09:51PM -, 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'

ld library problems

2009-03-06 Thread Aaron Gray
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 ? Aaron -- Unsubscribe info: http://cygwin.co