![]() |
Blitz Support : |
From: Brian P. Wilfley (bwilfley_at_[hidden])
Date: 2004-02-13 15:53:47
Hi folks,
I'm trying to make and install under Cygwin on Win2K.
./configure --with-cxx=gcc # Worked just fine.
make all # Failed in blitz/generate:
.
.
.
make[2]: Entering directory
`/c/NoBackup/download/blitz/Blitz++-0.7/blitz/generate'
./
/bin/bash: line 1: ./: is a directory
make[2]: *** [/usr/include/c++/3.2/i686-pc-cygwin/bits/c++config.h]
Error 127
make[2]: Leaving directory
`/c/NoBackup/download/blitz/Blitz++-0.7/blitz/generate'
-------------
A couple of notes: my cygwin installation doesn't have
.../3.2/i686-pc-cygwin/bits/c++config.h, but it does have
.../3.3.1/i686-pc-cygwin/bits/c++config.h. But changing the version of
the compiler by e.g.:
./configure --with-cxx="gcc -V 3.3.1"
doesn't help.
Thanks for your help.
Brian