configure bug report

2005-10-24 Thread Joseph L. Hill
... checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... no configure: WARNING: openssl/ssl.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: openssl/ssl.h: proceeding with the preprocessor's result configure: WARNING: ## --

Re: Fix LT_WITH_LTDL: AU_ALIAS bug

2005-10-24 Thread Ralf Wildenhues
Hi Stepan, Sorry for the delay. * Stepan Kasal wrote on Thu, Oct 20, 2005 at 10:19:24AM CEST: > On Fri, Sep 09, 2005 at 02:09:01PM +0200, Ralf Wildenhues wrote: > > Second: Autoconf bug: AU_ALIAS mumbles with the number of arguments: > > A modified version of Ralf's example: *snip* (see in patch

Re: heap corruption in du

2005-10-24 Thread Stepan Kasal
Hello again, On Mon, Oct 24, 2005 at 05:03:11PM +0200, Mikulas Patocka wrote: > You can modify libtool so that when it is creating static library and > compiler is "icc" or "icpc" (or "some/path/icc" or "some/path/icpc"), > it passes it -no-ipo switch. (dynamic libraries work fine with

Re: heap corruption in du

2005-10-24 Thread Mikulas Patocka
On Mon, 24 Oct 2005, Stepan Kasal wrote: Ahoj Mikulasi, On Mon, Oct 24, 2005 at 04:01:09PM +0200, Mikulas Patocka wrote: You can modify libtool so that when it is creating static library and compiler is "icc" or "icpc" (or "some/path/icc" or "some/path/icpc"), it passes it -no-ipo switch. (d

Re: heap corruption in du

2005-10-24 Thread Stepan Kasal
Ahoj Mikulasi, On Mon, Oct 24, 2005 at 04:01:09PM +0200, Mikulas Patocka wrote: > >>You can modify libtool so that when it is creating static library and > >>compiler is "icc" or "icpc" (or "some/path/icc" or "some/path/icpc"), > >>it passes it -no-ipo switch. (dynamic libraries work fine with -ip

Re: heap corruption in du

2005-10-24 Thread Mikulas Patocka
On Mon, 24 Oct 2005, Paul Eggert wrote: Mikulas Patocka <[EMAIL PROTECTED]> writes: The compilation gets a bit further with the patch, but it still doesn't work --- this time it is problem of intel compiler --- it can't extract its intercode from *.a files. The Intel compiler mishandles stat

Re: heap corruption in du

2005-10-24 Thread Paul Eggert
Mikulas Patocka <[EMAIL PROTECTED]> writes: > The compilation gets a bit further with the patch, but it still > doesn't work --- this time it is problem of intel compiler --- it > can't extract its intercode from *.a files. The Intel compiler mishandles static libraries? That sounds like a real