automake
[Top][All Lists]
Advanced

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

Re: mingw compiler on cygwin, and path issues


From: Ralf Wildenhues
Subject: Re: mingw compiler on cygwin, and path issues
Date: Fri, 10 Apr 2009 23:28:00 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hello Jan,

* Jan Engelhardt wrote on Fri, Apr 10, 2009 at 10:23:53PM CEST:
> Given:
> 
> AM_LDFLAGS = -L../subproject
> foo_LDADD = -lsub

For in-tree libraries always use relative paths to the .la file:
  foo_LDADD = ../subproject/libsub.la

you can omit the AM_LDFLAGS.

Does the issue remain with this?  If yes, please post the link that
fails, plus output.

Thanks,
Ralf




reply via email to

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