[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 'make check' fail while compiling libtasn1 with intel c compiler ( l
From: |
Nikos Mavrogiannopoulos |
Subject: |
Re: 'make check' fail while compiling libtasn1 with intel c compiler ( log files corrected ) |
Date: |
Sun, 08 Sep 2013 12:05:39 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130630 Icedove/17.0.7 |
On 09/03/2013 03:20 PM, address@hidden wrote:
> Dear all:
>
> When compiler libtasn1 3.3 using intel c compiler 13.1.0 with
>
> export CC='icc'
> export CFLAGS='-fPIC -O3 -xHOST -ip'
> ./configure --prefix=/home/frank/program/libtasn1/3.3
> make
> make check
>
> 4 tests failed, including Test_parser, Test_tree, Test_encoding, and
> Test_indefinite.
> Logs are attached, including config.log, 'configure' output, 'make' output
> and 'make check' output.
> If configure with gcc, everthing goes well.
> Any hint?
No idea. Are you sure that this isn't an issue due to intel compiler? (i
also see that you use quite an aggressive optimization)
regards,
Nikos