Blitz logo

Blitz Support :

From: Mathias Wagner (mathias.wagner_at_[hidden])
Date: 2004-12-22 12:06:43


Hi,

since version 8.1 the Intel Compiler use the gcc-headers. (see release notes)
There is an option -cxxlib-icc to use the old Intel headers. With this option
I managed to compile Blitz 0.8.

If you want to use the Intel compiler with gcc headers (like I wanted to do),
you can try compile blitz with g++ and use the g++ compiled libblitz.a with
icpc.

Mathias

-- 
// ***************************************************************
// ** Mathias Wagner                                            **
// ** Institut fuer Kernphysik, TU Darmstadt                    **
// ** Schlossgartenstr. 9, 64289 Darmstadt, Germany             **
// **                                                           **
// ** email: mathias.wagner_at_[hidden]              **
// ** www  : http://crunch.ikp.physik.tu-darmstadt.de/~wagner   **
// ***************************************************************