[511] in Zephyr_Bugs

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

Compiling of Zephyr on Ultrix 4.2a machine

daemon@ATHENA.MIT.EDU (abhanson@hwking.cca.cr.rockwell.co)
Fri Nov 5 08:18:47 1993

Reply-To: abhanson@hwking.cca.cr.rockwell.com
To: zephyr-bugs@MIT.EDU
From: abhanson@hwking.cca.cr.rockwell.com
Cc: abhanson@hwking.cca.cr.rockwell.com
Date: Fri, 05 Nov 93 07:18:11 -0600


I am having difficulty compiling the routine.  I went through
the "Zephyr Installation and Operation Guide" and followed
section 3 "Setting up and compiling".  I have supplied you with
some information that may be usefull.  

In Section 4 "Compilation directory trees", I done the following:
1. created a directory under the "zephyr" directory called
"ULTRIX".  So, under the zephyr directory, there now exists:
	ULTRIX
	src
2. cd ULTRIX
3. make -f ../src/tools/makeconfig SRCDIR=../src
	(This appeared to work successfully)
4. make world
	This is having it woes....
	a) first it had problems finding a Makefile in the
	include directory under the ULTRIX/include directory.  It
	was not there.  I copied one in from zephyr/src/include.
		The make world went a bit further after that...
	b)Now the next hurdle that I can not seem to quite
	grasp..

root@jaco (119) pwd
/tmp_mnt/net/slug/usr/apps/admin/src/dec/zephyr/ULTRIX
root@jaco (120) make world
(cd imake; make  clean; make  imake)
rm -f ccflags imake
rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a  tags TAGS make.log \#*
cc -o ccflags  -O ccflags.c
cc -o imake  -O imake.c `./ccflags`
make  Makefile
rm -f Makefile.bak; mv Makefile Makefile.bak
./imake/imake -I./config -DNEW_TOP=. -s Makefile
make  Makefiles
### Making Makefiles in /tmp_mnt/net/slug/usr/apps/admin/src/dec/zephyr/ULTRIX
### Making Makefile in /tmp_mnt/net/slug/usr/apps/admin/src/dec/zephyr/ULTRIX/in
clude
rm -f Makefile.bak; mv Makefile Makefile.bak
.././imake/imake -I.././config -DNEW_TOP=../. -s Makefile
.././imake/imake: No such file or directory: No description file.  Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
root@jaco (121) pwd
/tmp_mnt/net/slug/usr/apps/admin/src/dec/zephyr/ULTRIX


The listing of all the files under the ULTRIX directory follows:
/tmp_mnt/net/slug/usr/apps/admin/src/dec/zephyr/ULTRIX
total 26
lrwxrwxrwx  1 root           16 Nov  4 17:00 Imakefile -> ../src/Imakefile
-rw-r--r--  1 root         5805 Nov  4 17:05 Makefile
-rw-r--r--  1 root         5805 Nov  4 17:02 Makefile.bak
drwxr-xr-x 15 root          512 Nov  4 17:00 clients
drwxr-xr-x  2 root          512 Nov  4 17:01 config
drwxr-xr-x  4 root          512 Nov  4 17:00 et
drwxr-xr-x  2 root          512 Nov  4 17:05 imake
drwxr-xr-x  3 root          512 Nov  4 17:05 include
drwxr-xr-x  3 root          512 Nov  4 17:00 lib
drwxr-xr-x  2 root          512 Nov  4 17:00 libs
drwxr-xr-x  2 root          512 Nov  4 17:01 makedepend
drwxr-xr-x  4 root          512 Nov  4 17:00 man
drwxr-xr-x  2 root          512 Nov  4 17:00 server
drwxr-xr-x  4 root          512 Nov  4 17:01 ss
drwxr-xr-x  2 root          512 Nov  4 17:00 zhm
drwxr-xr-x  3 root          512 Nov  4 17:00 zwgc

clients:
total 14
lrwxrwxrwx  1 root           24 Nov  4 17:00 Imakefile -> ../src/clients/Imakefile
drwxr-xr-x  2 root          512 Nov  4 17:00 syslogd
drwxr-xr-x  2 root          512 Nov  4 17:00 zaway
drwxr-xr-x  2 root          512 Nov  4 17:00 zbitmap
drwxr-xr-x  2 root          512 Nov  4 17:00 zctl
drwxr-xr-x  2 root          512 Nov  4 17:00 zinit
drwxr-xr-x  2 root          512 Nov  4 17:00 zleave
drwxr-xr-x  2 root          512 Nov  4 17:00 zlocate
drwxr-xr-x  2 root          512 Nov  4 17:00 zmailnotify
drwxr-xr-x  2 root          512 Nov  4 17:00 znol
drwxr-xr-x  2 root          512 Nov  4 17:00 zpopnotify
drwxr-xr-x  2 root          512 Nov  4 17:00 zshutdown_notify
drwxr-xr-x  2 root          512 Nov  4 17:00 zstat
drwxr-xr-x  2 root          512 Nov  4 17:00 zwrite

clients/syslogd:
total 1
lrwxrwxrwx  1 root           32 Nov  4 17:00 Imakefile ->
../src/clients/syslogd/Imakefile

clients/zaway:
total 1
lrwxrwxrwx  1 root           30 Nov  4 17:00 Imakefile ->
../src/clients/zaway/Imakefile

clients/zbitmap:
total 1
lrwxrwxrwx  1 root           32 Nov  4 17:00 Imakefile ->
../src/clients/zbitmap/Imakefile

clients/zctl:
total 1
lrwxrwxrwx  1 root           29 Nov  4 17:00 Imakefile ->
../src/clients/zctl/Imakefile

clients/zinit:
total 1
lrwxrwxrwx  1 root           30 Nov  4 17:00 Imakefile ->
../src/clients/zinit/Imakefile

clients/zleave:
total 1
lrwxrwxrwx  1 root           31 Nov  4 17:00 Imakefile ->
../src/clients/zleave/Imakefile

clients/zlocate:
total 1
lrwxrwxrwx  1 root           32 Nov  4 17:00 Imakefile ->
../src/clients/zlocate/Imakefile

clients/zmailnotify:
total 1
lrwxrwxrwx  1 root           36 Nov  4 17:00 Imakefile ->
../src/clients/zmailnotify/Imakefile

clients/znol:
total 1
lrwxrwxrwx  1 root           29 Nov  4 17:00 Imakefile ->
../src/clients/znol/Imakefile

clients/zpopnotify:
total 1
lrwxrwxrwx  1 root           35 Nov  4 17:00 Imakefile ->
../src/clients/zpopnotify/Imakefile

clients/zshutdown_notify:
total 1
lrwxrwxrwx  1 root           41 Nov  4 17:00 Imakefile ->
../src/clients/zshutdown_notify/Imakefile

clients/zstat:
total 1
lrwxrwxrwx  1 root           30 Nov  4 17:00 Imakefile ->
../src/clients/zstat/Imakefile

clients/zwrite:
total 1
lrwxrwxrwx  1 root           31 Nov  4 17:00 Imakefile ->
../src/clients/zwrite/Imakefile

config:
total 30
-r--r--r--  1 root        11611 Nov  4 17:01 Imake.rules
-r--r--r--  1 root         1242 Nov  4 17:01 Imake.template
-r--r--r--  1 root         7909 Nov  4 17:01 config.Imakefile
-r--r--r--  1 root         7883 Nov  4 17:01 config.Imakefile.BAK
-rw-r--r--  1 root            0 Nov  4 17:01 config.ImakefileJNL

et:
total 3
lrwxrwxrwx  1 root           19 Nov  4 17:00 Imakefile -> ../src/et/Imakefile
drwxr-xr-x  2 root          512 Nov  4 17:00 compile_et
drwxr-xr-x  3 root          512 Nov  4 17:00 lib

et/compile_et:
total 1
lrwxrwxrwx  1 root           30 Nov  4 17:00 Imakefile ->
../src/et/compile_et/Imakefile

et/lib:
total 2
lrwxrwxrwx  1 root           23 Nov  4 17:00 Imakefile -> ../src/et/lib/Imakefile
drwxr-xr-x  2 root          512 Nov  4 17:00 profiled

et/lib/profiled:
total 0

imake:
total 119
-r--r--r--  1 root          345 Nov  4 17:01 CHANGES
-rw-r--r--  1 root          887 Nov  4 17:01 Makefile
-rwxr-xr-x  1 root        16680 Nov  4 17:05 ccflags
-r--r--r--  1 root          432 Nov  4 17:01 ccflags.c
-rwxr-xr-x  1 root        69524 Nov  4 17:05 imake
-rw-r--r--  1 root         6178 Nov  4 17:01 imake.1
-r--r--r--  1 root        17677 Nov  4 17:01 imake.c
-rw-r--r--  1 root         5884 Nov  4 17:01 sample.rules

include:
total 7
lrwxrwxrwx  1 root           24 Nov  4 17:00 Imakefile -> ../src/include/Imakefile
-rw-r--r--  1 root         5088 Nov  4 17:05 Makefile.bak
drwxr-xr-x  2 root          512 Nov  4 17:00 zephyr

include/zephyr:
total 1
lrwxrwxrwx  1 root           31 Nov  4 17:00 Imakefile ->
../src/include/zephyr/Imakefile

lib:
total 2
lrwxrwxrwx  1 root           20 Nov  4 17:00 Imakefile -> ../src/lib/Imakefile
drwxr-xr-x  2 root          512 Nov  4 17:00 profiled

lib/profiled:
total 0

libs:
total 0

makedepend:
total 49
-r--r--r--  1 root          468 Nov  4 17:01 CHANGES
-rw-r--r--  1 root         2923 Nov  4 17:01 Makefile
-r--r--r--  1 root         1412 Nov  4 17:01 cpp.ed
-r--r--r--  1 root         1655 Nov  4 17:01 cppsetup.c
-r--r--r--  1 root         2622 Nov  4 17:01 def.h
-r--r--r--  1 root         5641 Nov  4 17:01 include.c
-r--r--r--  1 root         8889 Nov  4 17:01 main.c
-r-xr-xr-x  1 root         2986 Nov  4 17:01 mdepend.sh
-r--r--r--  1 root         6508 Nov  4 17:01 mkdepend.man
-r--r--r--  1 root         9322 Nov  4 17:01 parse.c
-r--r--r--  1 root         2461 Nov  4 17:01 pr.c

man:
total 3
lrwxrwxrwx  1 root           20 Nov  4 17:00 Imakefile -> ../src/man/Imakefile
drwxr-xr-x  2 root          512 Nov  4 17:00 man1
drwxr-xr-x  2 root          512 Nov  4 17:00 man8

man/man1:
total 1
lrwxrwxrwx  1 root           25 Nov  4 17:00 Imakefile -> ../src/man/man1/Imakefile

man/man8:
total 1
lrwxrwxrwx  1 root           25 Nov  4 17:00 Imakefile -> ../src/man/man8/Imakefile

server:
total 2
lrwxrwxrwx  1 root           23 Nov  4 17:00 Imakefile -> ../src/server/Imakefile
lrwxrwxrwx  1 root           20 Nov  4 17:00 acldir -> ../src/server/acldir

ss:
total 4
lrwxrwxrwx  1 root           19 Nov  4 17:00 Imakefile -> ../src/ss/Imakefile
drwxr-xr-x  3 root          512 Nov  4 17:00 lib
drwxr-xr-x  2 root          512 Nov  4 17:00 make_commands
lrwxrwxrwx  1 root            3 Nov  4 17:01 ss -> lib

ss/lib:
total 2
lrwxrwxrwx  1 root           23 Nov  4 17:00 Imakefile -> ../src/ss/lib/Imakefile
drwxr-xr-x  2 root          512 Nov  4 17:00 profiled

ss/lib/profiled:
total 0

ss/make_commands:
total 1
lrwxrwxrwx  1 root           33 Nov  4 17:00 Imakefile ->
../src/ss/make_commands/Imakefile

zhm:
total 1
lrwxrwxrwx  1 root           20 Nov  4 17:00 Imakefile -> ../src/zhm/Imakefile

zwgc:
total 2
lrwxrwxrwx  1 root           21 Nov  4 17:00 Imakefile -> ../src/zwgc/Imakefile
drwxr-xr-x  2 root          512 Nov  4 17:00 zbrowser

zwgc/zbrowser:
total 1
lrwxrwxrwx  1 root           30 Nov  4 17:00 Imakefile ->
../src/zwgc/zbrowser/Imakefile

===========================================================================
Alan B Hanson                 phone: (319)395-5435
UNIX System Administration    email:abhanson@pobox.cca.cr.rockwell.com
     Programming              "Train animals....Educate people"
===========================================================================


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