Hello.
I am trying to install Blitz under Window 7/Cygwin-64
I run configure successfully as so
gluckjif@NYWA22514Q0 ~/research/blitz-0.10
$ ./configure
I then attempt to make
gluckjif@NYWA22514Q0 ~/research/blitz-0.10
$ make -n lib
(cd blitz && make ) || exit 1;
/bin/sh: line 0: cd: blitz: No such file or directory
Makefile:882: recipe for target 'blitz-library' failed
make: *** [blitz-library] Error 1
Obviously this is something simple that I am overlooking.
Thanks very much.
Glen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello.
I am trying to install Blitz under Window 7/Cygwin-64
I run configure successfully as so
gluckjif@NYWA22514Q0 ~/research/blitz-0.10
$ ./configure
I then attempt to make
gluckjif@NYWA22514Q0 ~/research/blitz-0.10
$ make -n lib
(cd blitz && make ) || exit 1;
/bin/sh: line 0: cd: blitz: No such file or directory
Makefile:882: recipe for target 'blitz-library' failed
make: *** [blitz-library] Error 1
Obviously this is something simple that I am overlooking.
Thanks very much.
Glen