[309] in Zephyr_Bugs
Re: Installation Woes
daemon@ATHENA.MIT.EDU (Derek Atkins)
Tue Aug 6 16:03:11 1991
Date: Tue, 6 Aug 91 13:03:28 PDT
From: Derek.Atkins@Eng.Sun.COM (Derek Atkins)
To: setht@juliet.ll.mit.edu, zephyr-bugs@MIT.EDU
Hi.
I've built zephyr on Sun3, Sun386i, and Sun4 platforms. I assume
you are building without Kerberos and Hesiod (although my answers
dont depend on you not using those libraries)
What is happening is that you do not have 'makeconfig' in your path,
and you have not told zephyr to compile it.
In the file ..../src/config/config.Imakefile:
You have to look for the definition LOCAL_makedepend (or something
like that) and set it to build makedepend. You might also have to
set it to build libss.a and libcom_err.a if those are not available
to you already. That is done by setting the LOCAL_LIBS definition.
The errors you got: Don't know how to make target `zephyr/mit-copyright.h'
Will be fixed when you can create your dependencies using makedepend.
I hope this helps.
-derek atkins
Executive Committee, Student Information Processing Board (SIPB)
--warlord@mit.edu