Re: installation help
Glenn Holloway <[email protected]> Thu, 28 Aug 2003 05:07:04 -0400 (EDT)
| Newsgroups | gmane.comp.compilers.suif.bugs |
|---|---|
| Message-ID | <[email protected]> |
Sumit Jain writes: > I am trying to install suif2 on linux machine. I followed the instruction > given in README. I did followinf steps: > > 1. /bin/sh install > 2. source nci_setup.sh > 3. make setup > 4. make > > in the 4th step when it is building the whole system, it gives error at > many places like file not found and hence can not install the package > successfully. Though few components are installed and work too. > One of the error about file not found is > basicnodes/basic.h file not found > similarly lot of such errors. Please tell us what versions of Linux and GCC you're using. Have you applied any patches to the source tree of the basesuif-2.2.0-4 package? In the transcript resulting from step 4, what is the compilation command (invocation of GCC or G++) that gives rise to the first hard error, and what else does the compiler print leading up to that first error message? Glenn