Re: Compiling OpenSSL on linux-ia64-icc - Problem with SHA1 Asm

2011-06-23 Thread Igor Galić
> Is there a target for x86_64 with icc? I could not find one in the > Configure script, therefore I assume icc is not supported, or is it? Try creating your own, base it off the linux-ia64-icc and the linux-x86_64 If it works out fine and passes make test submit a patch, please. i -- Igor Gal

RE: Compiling OpenSSL on linux-ia64-icc - Problem with SHA1 Asm

2011-06-23 Thread Jeremy Farrell
> From: Philipp Berger > > I am trying to compile OpenSSL 0.9.8r on Debian 6.01 AMD64 > (2.6.32-5-amd64) using the Intel C++ Compiler (icc version 12.0.4). > My ./Configure command was: ./Configure linux-ia64-icc shared > enable-static-engine > > When I try to "make" it fails ... > > Additionall

Re: Compiling OpenSSL on linux-ia64-icc - Problem with SHA1 Asm

2011-06-23 Thread Philipp Berger
Am 23.06.2011 20:38, schrieb Jeremy Farrell: >> I am trying to compile OpenSSL 0.9.8r on Debian 6.01 AMD64 >> (2.6.32-5-amd64) using the Intel C++ Compiler (icc version 12.0.4). >> My ./Configure command was: ./Configure linux-ia64-icc shared >> enable-static-engine >> >> When I try to "make" it fa