Ok, I have been trying to get SMAUG to compile for me. I downloaded Cygwin (v2.427) with all the plugins I need (Pretty sure anyway) according to the walkthru of installing cygwin here. I am using SMAUG FUSS downloaded from this site. I am running on a WIN2000 machine. I also have searched this forum for a couple hours looking for ANYONE with the same problem I have, with no luck. I am trying to make from the src directory.
The exact error I am getting is:
$ make
make -s smaug
Compiling o/imc.o....
Assembler messages:
FATAL: can't create o/imc.o: No such file or directory
make[1]: *** [o/imc.o] Error 1
make: *** [all] Error 2
I am guessing the problem is in the Makefile, but the only change I made to it was to uncomment Line 6 since I am using Cygwin. I also tried Commenting out the IMC support in the makefile, but then I would get the same error for I3. If I comment that out too, then I get the same error for act_comm. The only thing I can figure is that something is either screwy in the Makefile, but other people on the forum seem to be able to compile it fine, or the directory structure maybe? CYGWIN problem? I dunno. Any help GREATLY appreciated. Also, please try and explain it as simply as you can, I am a novice(C)/rusty(FORTRAN) coder, and have little experience with compiler problems.
The exact error I am getting is:
$ make
make -s smaug
Compiling o/imc.o....
Assembler messages:
FATAL: can't create o/imc.o: No such file or directory
make[1]: *** [o/imc.o] Error 1
make: *** [all] Error 2
I am guessing the problem is in the Makefile, but the only change I made to it was to uncomment Line 6 since I am using Cygwin. I also tried Commenting out the IMC support in the makefile, but then I would get the same error for I3. If I comment that out too, then I get the same error for act_comm. The only thing I can figure is that something is either screwy in the Makefile, but other people on the forum seem to be able to compile it fine, or the directory structure maybe? CYGWIN problem? I dunno. Any help GREATLY appreciated. Also, please try and explain it as simply as you can, I am a novice(C)/rusty(FORTRAN) coder, and have little experience with compiler problems.