Re: [RFC] w32 and Libtool.

2010-11-02 Thread Peter Rosin
Den 2010-11-01 17:31 skrev Ralf Wildenhues: Hi Peter, * Peter Rosin wrote on Mon, Nov 01, 2010 at 10:12:01AM CET: For PDF and DVI, the text looks like this: With contemporary GNU tools, auto-import often saves the day, but see the GNU ld documentation and its ‘--enable-auto-import’

Re: ltmain.sh patch: -all-dynamic option

2010-11-02 Thread Karl-Andre' Skevik
Ralf Wildenhues ralf.wildenh...@gmx.de writes: Hello Karl-Andre', * Karl-Andre' Skevik wrote on Sat, Oct 30, 2010 at 11:46:38AM CEST: I have an application that builds a library for use with LD_PRELOAD, which should only be built dynamically. I have used a modification like the one below to

Re: ltmain.sh patch: -all-dynamic option

2010-11-02 Thread Ralf Wildenhues
* Karl-Andre' Skevik wrote on Tue, Nov 02, 2010 at 09:26:33AM CET: Ralf Wildenhues writes: * Karl-Andre' Skevik wrote on Sat, Oct 30, 2010 at 11:46:38AM CEST: I have an application that builds a library for use with LD_PRELOAD, which should only be built dynamically. I have used a

Re: DLL creation and static libs

2010-11-02 Thread Ralf Wildenhues
Hello Matěj, * Matěj Týč wrote on Wed, Oct 27, 2010 at 10:44:25PM CEST: I have came across a libtool issue that complicates my life quite much. The essence of the problem is that libtool refuses to make a DLL if it is supposed to link a static library into the DLL. I have learned that this is

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

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