[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

message



Complaint:

   akcl compiles fine for me on a Sun4, but breaks on a Sun3.  cmplam.c and
   cmptop.c give an as (phase error).  If I compile those two without -O
   they compile without complaint, but then later I get

   Initializing cmplam...  
   Error: Unexpected end of #<input stream "../cmpnew/cmplam.o">.
   Error signalled by SYSTEM:INIT-SYSTEM.

   Does any of this ring a bell?  Sun 3/60 under 4.0.1.  Plenty of /tmp,
   main memory is 8mb.

Fix:

 From wfs@rascal.ics.utexas.edu

   This phase error is a sun3  c compiler bug I believe 
   ( sun3 in OS 4.0)

   Did you use the workaround:

   CC = cc -DVOL= -Bstatic -I$(AKCLDIR)/o -Qoption as -O

   as recommended in the  h/sun3.defs ?
   The error unexpected eof
   is due to the fact that somehow

   cat cmplam.data >> cmplam.o
   was not done, so the lisp vector is not at the end of the .o file

From: segre@cs.cornell.edu (Alberto M. Segre)
Received: by CLI.COM (4.0/1); Fri, 16 Jun 89 10:08:21 CDT
Received: from LOKI.CS.CORNELL.EDU by cu-arpa.cs.cornell.edu (5.61+2/1.91d)
	id AA05846; Fri, 16 Jun 89 11:07:55 -0400
Received: from baal.cs.cornell.edu by loki.cs.cornell.edu (4.0/I-1.91f)
	id AA03075; Fri, 16 Jun 89 11:07:52 EDT
Date: Fri, 16 Jun 89 11:07:49 EDT
Message-Id: <8906161507.AA09052@baal.cs.cornell.edu>
Received: by baal.cs.cornell.edu (4.0/N-0.08)
	id AA09052; Fri, 16 Jun 89 11:07:49 EDT
Newsgroups: arpa.kcl
Subject: Questions on AKCL 1.175
Expires: 
References: 
Sender: 
Reply-To: segre@cs.cornell.edu (Alberto M. Segre)
Followup-To: 
Distribution: 
Organization: Cornell Univ. CS Dept, Ithaca NY
Keywords: 
Apparently-To: kcl@cli.com

I've installed AKCL 1.175 on a Sun 3 with Sun OS 4.0 with no problems.
Thanks for making this available to the community.

I have a few questions:

1. Since we also have Lucid Common Lisp and often use Symbolics
machines here, it would be nice for KCL to use ".lisp" filename
extensions rather than ".lsp". Is there an easy way to change this?

2. Is the SLOOP macro package necessary for AKCL, or can it be omitted
when constructing the image?

Any input is appreciated!

======

Alberto Segre
Assistant Professor
Cornell University
Department of Computer Science
Upson Hall
Ithaca, NY  14853-7501

Tel (607) 255-9196
Fax (607) 255-4428

ARPA:   segre@cs.cornell.edu
UUCP:   ...decvax!cornell!segre