Re: Linking just some static

2009-02-23 Thread Jan Engelhardt
On Monday 2009-02-23 10:45, Ralf Wildenhues wrote: >[...] >So it's back to the drawing and testing board for the patch. One of >the problems is that >- for the "prefer one type of library but not the other" we might have > to drop the switches for libraries which don't match, >- for the "require

Re: Linking just some static

2009-02-23 Thread Ralf Wildenhues
* Jan Engelhardt wrote on Tue, Feb 17, 2009 at 12:56:39AM CET: > On Monday 2009-02-16 19:56, Ralf Wildenhues wrote: > > > > > >Can you try out the patch, and report back? > > It works, but does not yet deal with some cases. >

Re: Linking just some static

2009-02-16 Thread Jan Engelhardt
Hi Ralf, On Monday 2009-02-16 19:56, Ralf Wildenhues wrote: >> >> is it somehow possible to specify that only a given set of libraries is >> supposed to be linked in statically into a program? Something along the >> lines of... >> >> bin_PROGRAMS = foo bar >> foo_LDADD = libabc.la -( -static

Re: Linking just some static

2009-02-16 Thread Ralf Wildenhues
* Jan Engelhardt wrote on Mon, Feb 16, 2009 at 08:36:00PM CET: > On Monday 2009-02-16 19:56, Ralf Wildenhues wrote: > > > > > >Can you try out the patch, and report back? > > Hm, how do I extract it from there without mark-cop

Re: Linking just some static

2009-02-16 Thread Jan Engelhardt
On Monday 2009-02-16 19:56, Ralf Wildenhues wrote: >> >> is it somehow possible to specify that only a given set of libraries is >> supposed to be linked in statically into a program? Something along the >> lines of... >> >> bin_PROGRAMS = foo bar >> foo_LDADD = libabc.la -( -static libdef.la

Re: Linking just some static

2009-02-16 Thread Ralf Wildenhues
Hi Jan, * Jan Engelhardt wrote on Sun, Feb 15, 2009 at 02:10:28AM CET: > > is it somehow possible to specify that only a given set of libraries is > supposed to be linked in statically into a program? Something along the > lines of... > > bin_PROGRAMS = foo bar > foo_LDADD = libabc.la -( -stat

Linking just some static

2009-02-14 Thread Jan Engelhardt
Hi, is it somehow possible to specify that only a given set of libraries is supposed to be linked in statically into a program? Something along the lines of... bin_PROGRAMS = foo bar foo_LDADD = libabc.la -( -static libdef.la -) libghi.la bar_LDADD = libdef.la libghi.la (assuming --enable-sha