Blitz logo

Blitz Support :

From: Max (max_at_[hidden])
Date: 2003-12-08 13:32:53


ΧΡΙΣΤΑΦΑΚΗ ΑΣΤΕΡΙΟ wrote:

> Dear sirs,
> Despite our efforts to see and evaluate BLITZ++, we are not capable
> to install this package in a Windows XP system and run it with MS
> Visual C++ 7.0 or with gcc.exe via cigwin. We couldn't find an
> application .exe or setup.exe file available in the downloaded Blitz
> 0.7 tar.gz file . Kindly please advise the proper way to solve the
> problem .
>
> Thanks in advance.
>
> Sincerely yours
> A. Christafakis
>

Blitz++ is not distributed as a binary system. You must compile it.

Under cygwin, you use the standard way to compile things:

Change to the directory you've ungzipped it to then run:
./configure --with-cxx=gcc
make
make install

Max