[308] in Zephyr_Bugs

home help back first fref pref prev next nref lref last post

Installation woes

daemon@ATHENA.MIT.EDU (setht@juliet.ll.mit.edu)
Tue Aug 6 15:52:58 1991

Date: Tue, 6 Aug 91 15:52:49 EDT
From: setht@juliet.ll.mit.edu
To: zephyr-bugs@ATHENA.MIT.EDU


Hi.  I'm looking for some help here.  I'm trying to compile and install zephyr
on a SUN3 workstation here at Lincoln Laboratory.  I obtained the sources and docs
via ftp from aeneas.mit.edu.

I seem to be able to set up the compilation tree okay using the supplied
makeconfig makefile.  Next, I went to the top of my build tree and typed:

	'make world'.

It then seems to make all of the makefiles without any problem.  The making of
dependencies seems to go okay for a while, and then I start getting into
trouble in the xxx/lib directory: 
.
.
.
### Now computing dependencies
makedepend:  ZCheckAuthentication.c: makedepend:  cannot find include file "zephyr/mit-copyright.h"
makedepend:  	not in zephyr/mit-copyright.h
makedepend:  	not in .././include/zephyr/mit-copyright.h
makedepend:  	not in /usr/include/zephyr/mit-copyright.h
makedepend:  cannot open "zephyr/mit-copyright.h"
makedepend:  ZCheckAuthentication.c: makedepend:  cannot find include file "zephyr/zephyr_internal.h"
makedepend:  	not in zephyr/zephyr_internal.h
makedepend:  	not in .././include/zephyr/zephyr_internal.h
makedepend:  	not in /usr/include/zephyr/zephyr_internal.h
makedepend:  cannot open "zephyr/zephyr_internal.h"
makedepend:  acl_files.c: makedepend:  cannot find include file "zephyr/zephyr.h"
makedepend:  	not in zephyr/zephyr.h
makedepend:  	not in .././include/zephyr/zephyr.h
makedepend:  	not in /usr/include/zephyr/zephyr.h

=============================================================================


These messages are not fatal however, and the process goes on.
Next it tries to execute the "make all":
.
.
.
### Now computing dependencies
### Done with /home/juliet/2/asr+/zephyr/sun3/man/man8
### Now computing dependencies
### Done with /home/juliet/2/asr+/zephyr/sun3/man
### Now computing dependencies
make  all
### Making all in /home/juliet/2/asr+/zephyr/sun3/lib
make: Fatal error: Don't know how to make target `zephyr/mit-copyright.h'
Current working directory /home/juliet/2/asr+/zephyr/sun3/lib
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /home/juliet/2/asr+/zephyr/sun3
*** Error code 1
make: Fatal error: Command failed for target `world'


Why can't it find the include files?  I assume the -I option would take care of
it somehow.  Have you got any ideas about what's missing here?  If this is not
enought information for you to go on, just let me know.  I'll provide more.

Thanks.

		-  setht@juliet.ll.mit.edu

home help back first fref pref prev next nref lref last post