Blitz logo

Blitz Support :

From: Peter Vandersteegen (Peter.Vandersteegen_at_[hidden])
Date: 2004-05-11 07:55:55


Hello,

Recently I've discovered blitz++ as a matrix library.  I have however had problems compiling the static library blitz.lib under win32 with icl7.1 (I've icl.exe as compiler, not icc)

using ./configure under msys and cygwin kept given errors.  (something like http://www.oonumerics.org/MailArchives/blitz-support/msg00699.php)

Searching the support-mailing list I found the following:       
http://www.oonumerics.org/MailArchives/blitz-support/msg00601.php
This explains how you create a visualstudio project which compiles blitz.lib

What I then did was:
* I used bzconfig in /compiler to test my compiler intel: icl.exe (after this I copied it into the right directory /blitz)
* I wrote a scons-script which only included the top-library-directory (in my case: "d:/libraries/blitz++-0.7")
and finally created blitz.lib from globals.cpp

my question now is: is this everything what needs to be done to compile blitz?
I've already compiled the first simple-example from the manual p. 13, which seems to work.

Peter

ps.  I can contribute this scons-script, but at present it only works for icl 7.1 under win32