* Joakim Tjernlund wrote on Tue, Dec 15, 2009 at 09:09:58AM CET:
> Ralf Wildenhues wrote on 14/12/2009 19:52:54:
> >
> > * Joakim Tjernlund wrote on Mon, Dec 14, 2009 at 09:42:51AM CET:
> > > How do I add -static on a per lib basis?
> >
> > Currently there is no way to do so, but it is a TODO item
Ralf Wildenhues wrote on 14/12/2009 19:52:54:
>
> * Joakim Tjernlund wrote on Mon, Dec 14, 2009 at 09:42:51AM CET:
> > How do I add -static on a per lib basis?
>
> Currently there is no way to do so, but it is a TODO item and a proposed
> patch to add this functionality (search for 'per-deplib sta
* Joakim Tjernlund wrote on Mon, Dec 14, 2009 at 09:42:51AM CET:
> How do I add -static on a per lib basis?
Currently there is no way to do so, but it is a TODO item and a proposed
patch to add this functionality (search for 'per-deplib static'). For
in-tree libraries you could work around it by
Ralf Wildenhues wrote on 14/12/2009 07:46:30:
>
> * Joakim Tjernlund wrote on Sun, Dec 13, 2009 at 12:04:23PM CET:
> > Ralf Wildenhues wrote on 13/12/2009 11:14:58:
> > > For dependencies on libraries within the build tree, prefer relative
> > > file references over link flags; i.e., write
> > >
* Joakim Tjernlund wrote on Sun, Dec 13, 2009 at 12:04:23PM CET:
> Ralf Wildenhues wrote on 13/12/2009 11:14:58:
> > For dependencies on libraries within the build tree, prefer relative
> > file references over link flags; i.e., write
> > ../lib/libfoo.la rather than -L../lib -lfoo
> >
> > That
Ralf Wildenhues wrote on 13/12/2009 11:14:58:
> From: Ralf Wildenhues
> To: Joakim Tjernlund
> Cc: libtool@gnu.org
> Date: 13/12/2009 11:15
> Subject: Re: lib seach path
>
> * Joakim Tjernlund wrote on Sat, Dec 12, 2009 at 04:33:49PM CET:
> >
> > We have t
* Joakim Tjernlund wrote on Sat, Dec 12, 2009 at 04:33:49PM CET:
>
> We have this big directory structure which contains both apps and libs.
> The apps needs lots of libs that are scattered in various sub dirs.
> It is rather messy to add lots -LDIR options to apps linking stage.
For dependencies