Magic Mailing List |
|
From: aojha (aojha AT du DOT edu) Date: Sun Dec 22 2002 - 22:06:32 EST
My Magic is doing fine on my Sun 60/Solaris8, but I am having trouble installing IRSIM. I am not sure if this is the right forum to seek help on IRSIM, but I don't see any contact info with the README file that came with IRSIM. Does anyone know who to seek help from? My first problem in installing IRSIM was that when I executed 'make', I got the error that it couldn't find the CC compiler. So, I modified the ~/IRSIM-9.5/src/utils/Export/Makefile by replacing 'CC' with gcc, because we do have GNU gcc compiler and no CC compiler. BTW, we had to do such modification in defs.mak file while installing Magic too. But now, when we execute 'make', we have the following error. =================================== # make /bin/csh -f make_irsim make[1]: Entering directory `/export/home/aojha/irsim-9.5/src/utils' ( cd Export ; make CC=cc ) make[2]: Entering directory `/export/home/aojha/irsim-9.5/src/utils/Export' `cat ../CFLAGS` -O -o export export.c /bin/sh: -DNO_SIGIO: not found make[2]: *** [export] Error 1 make[2]: Leaving directory `/export/home/aojha/irsim-9.5/src/utils/Export' make[1]: *** [export] Error 2 make[1]: Leaving directory `/export/home/aojha/irsim-9.5/src/utils' make: *** [foo] Error 1 =================================== Can anyone help please. Thanks. Anand Ojha Assistant Professor of Computer Engineering University of Denver
|
|