Re: solaris can't make



About this list Date view Thread view Subject view Author view

Malcolm Wallace (malcolm-nhc@cs.york.ac.uk)
Mon, 10 Apr 2000 11:45:11 +0100


> I can't install nhc on solaris, > > make: *** No rule to make target `src/Makefile*', needed by > `targets/sparc-solaris2/runtime'. Stop. First, ensure that you are using GNU `make' rather than the Solaris version of `make'. GNU make is often called `gmake'. Issuing `make -v' will either confirm it is the GNU version, or give an error if it is the Solaris version. Second, check that you downloaded the correct tarfile - the latest is nhc98src-1.0pre17.tar.gz. If you collected nhc98-1.0pre6-sparc-solaris2.tar.gz, it is a binary-only distribution and does not contain the build-sources. If so, then you just need to do ./configure --prefix=/my/install/dir make install and you do not need to `make all' Third, `make' is complaining that the file `src/Makefile.inc' does not exist. Check that the tarfile has been unpacked correctly, and particularly whether this file is present. If you have disk quotas, you might have unintentionally exceeded your limit, or there may be some other reason why the file has not been created. Regards, Malcolm -------------------------------------------------------------------- To unsubscribe, send a message containing the word `unsubscribe' to: nhc-users-request@cs.york.ac.uk --------------------------------------------------------------------


About this list Date view Thread view Subject view Author view