From: ········@pixar.UUCP
Subject: compiling lisp on a sun
Date: 
Message-ID: <634@pixar.UUCP>
Greetings,

	I'm trying to compile the franz lisp package on a sun3 running
	Sun3.2, here is some output from "make slow":

...etc...

(cd franz/68k; make LibDir=/usr/lib/lisp ObjDir=/usr/ucb snlisp)

...etc...

as  -o dmlad.o dmlad.s
as: error (dmlad.s:8): Unqualified forward reference
as: error (dmlad.s:95): Unqualified forward reference
cc -c -O -I../h dodiv.c;\
mv `basename dodiv.o` x; mv x dodiv.o
cc -c -O -I../h dsmult.c;\
mv `basename dsmult.o` x; mv x dsmult.o
as  -o ediv.o ediv.s
as: error (ediv.s:7): Unqualified forward reference
as: error (ediv.s:80): Unqualified forward reference
as  -o emul.o emul.s
as: error (emul.s:10): Unqualified forward reference
as: error (emul.s:59): Unqualified forward reference

...etc...

ls -l rawlisp
-rwxr-xr-x  1 root       641844 Mar 27 09:38 rawlisp
echo "(progn (setq build:load t		\
		   build:lisp-type 'franz \
		   build:dir '/usr/lib/lisp \
		   lisp-object-directory '/usr/ucb\
		   lisp-library-directory '/usr/lib/lisp)\
	     (load '/usr/lib/lisp/buildlisp)\
	     (dumplisp snlisp))" | rawlisp
Franz Lisp, Opus 38
-> Out of bounds: arg to "Arg" 
1:>date
Fri Mar 27 09:39:03 PST 1987
(cd liszt/68k; make Lisp=../../franz/68k/snlisp snliszt)
rm -f snliszt
echo "(load '../cmake.l)(genl snliszt slow)" | ../../franz/68k/snlisp
sh: ../../franz/68k/snlisp: not found
*** Error code 1

Stop.
*** Error code 1

Stop.

-----
I ran "lispconfig sun_4_2" and "make copylibrary" before hand, I also 
tried "sun_4_2beta" and got the same problem.   The source came from 
the 4.3BSD release, /usr/src/ucb/lisp.  It compiles fine on our 11/780
(using "lispconf vax_4_3")

Can you provide any insight into this?   Thanks in advance.

			Bill Carson
			...!{ucbvax,sun}!pixar!brighton

p.s.  ucbvax!franz-bugs seems to be "out of order".  Any ideas on how to 
reach the maintainers?