[Suif-talk] Re: Installation error still
Glenn Holloway
holloway@deas.harvard.edu
Fri, 3 Nov 2000 15:48:37 -0500 (EST)
Nie Shuxin writes:
> When we install"basesuif-2.2.0-4.tar.gz",there is error in"make",and it said "DOT"can't not be found.When we checking the "Makefile",a line "DOT=DOT" is there in the file.Where is wrong,what should it be?What should we do?I am nervously for help.THANK YOU!
Dot is part of a nice graph visualization package available from AT&T
Research:
http://www.research.att.com/sw/tools/graphviz/
Although it is useful and you should consider downloading it, it
isn't a prerequisite for installation of SUIF. Ignore the warning
about dot for now. If you install it later, just delete the files
Makefile.std nci_setup.csh nci_setup.sh
and reissue the
sh ./install.sh
command to rebuild them.
In private email, you said:
> ...,and when"make",it can't find Makefile.std,although it is there.
My best guess is that you haven't set the NCIHOME environment
variable. Step number 8 in the README file should be moved before
step 6. That is, you should use either nci_setup.csh or
nci_setup.sh to augment your compilation environment before you
first run `make'.
If my guess is wrong, please tell us more precisely what steps you
have taken before invoking make and what error messages you are
seeing.
Glenn