Re: libtool-2.2.10: print vs. printf

2010-10-27 Thread Ralf Wildenhues
Hi Markus. * Markus Duft wrote on Wed, Oct 27, 2010 at 09:13:17AM CEST: On 10/23/2010 09:16 AM, Ralf Wildenhues wrote: * Markus Duft wrote on Fri, Oct 22, 2010 at 09:59:27AM CEST: or am i wrong, and it is specified, that the shells that configure and make use have to be the same?

Re: libtool-2.2.10: print vs. printf

2010-10-27 Thread Markus Duft
On 10/23/2010 09:16 AM, Ralf Wildenhues wrote: Hello Markus, * Markus Duft wrote on Fri, Oct 22, 2010 at 09:59:27AM CEST: I have a question: In the new libtool, $ECHO is checked for in libtool.me, preferring print over printf over a fallback echo. Now, on interix, i have a KSH as /bin/sh

Re: libtool-2.2.10: print vs. printf

2010-10-27 Thread Ralf Wildenhues
Hi Markus. * Markus Duft wrote on Wed, Oct 27, 2010 at 09:13:17AM CEST: On 10/23/2010 09:16 AM, Ralf Wildenhues wrote: * Markus Duft wrote on Fri, Oct 22, 2010 at 09:59:27AM CEST: or am i wrong, and it is specified, that the shells that configure and make use have to be the same?

DLL creation and static libs

2010-10-27 Thread Matěj Týč
Hello, 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 a good assumption since the majority static libs don't contain PIC