Blitz logo

Blitz Support :

From: Patrick Guio (Patrick.Guio_at_[hidden])
Date: 2004-12-06 11:12:05


On Mon, 6 Dec 2004, Mathias Wagner wrote:

> Hi,
>
> has anyone made some experiences with Blitz 0.8 and the Intel 8.1 compilers ?
> The compiler now uses the gnu headers if gcc version is > 3.2
> (See http://www.intel.com/software/products/compilers/clin/relnotes.pdf)
>
> I did not manage to build the libraries.
>
> I tried
> ./configure --with-cxx=icpc
> make lib
>
> The output of confifure seems ok, but building fails.
> I can attach the output of configure and make.
>
> Mathias
>

Hi Mathias,

The option --with-cxx isn't supported any longer. You should set the
variable CXX=icpc instead.
Could you provide a log of what you run?
Sincerely,
Patrick