Re: How to create only target shared library at place not ending in rpath?

2010-11-02 Thread Ralf Wildenhues
Hello Vitaly, please don't top-post, thank you. * Vitaly V. Ch wrote on Tue, Nov 02, 2010 at 09:52:41AM CET: > On Mon, Nov 1, 2010 at 6:30 PM, Ralf Wildenhues wrote: > > Would you like to avoid building both static and shared libraries? > > Use --disable-static or --disable-shared at configure ti

Re: How to create only target shared library at place not ending in rpath?

2010-11-02 Thread Vitaly V. Ch
Hello Ralf, I have few tens of projects which I need install into few tens of sysroots. Currently it's to slow in following cases: 1) libtool --mode=link create shared objects which I newer use. 2) each libtool --mode=install create same shared objects binaries for each sysroot. Currently I try

Re: DLL creation and static libs

2010-11-02 Thread Charles Wilson
On 11/2/2010 2:14 AM, Ralf Wildenhues wrote: > OTOH, if the w32 maintainers agree, then we can also give in and allow > linking against static libraries plainly. I tried the trivial patch > (set deplibs_check_method to pass_all) a while ago but that caused a > number of test failures, so somebody