Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!indri!aplcen!haven!mimsy!jds From: jds@mimsy.UUCP (James da Silva) Newsgroups: comp.lang.lisp Subject: Re: KCL for Suns -- earith.c can't compile! Message-ID: <18420@mimsy.UUCP> Date: 6 Jul 89 16:45:10 GMT References: <8844@venera.isi.edu> Reply-To: jds@mimsy.umd.edu (James da Silva) Distribution: comp Organization: University of Maryland, Department of Computer Science Lines: 20 In article <8844@venera.isi.edu> jas@ISI.EDU (Jeff Sullivan) writes: >I'm trying to bring up KCL on a SUN 3/60 with gcc. When I try to >compile the earith.c file (in the o/makefile), I get a bunch of >assembler errors, then it barfs. I am not an assembler hacker, and >am only barely stable in UNIX C. Does anyone know what miught the >problem be? Jeff, GCC has its own syntax for asm statements. The asm() statements in earith.c and bitop.c are meant to be simply copied to the asm output of the compiler. My guess is that GCC is mangling them. Compiling those two files with Sun's cc should work, though there may be other problems (I haven't tried compiling KCL with GCC). Jaime ........................................................................... : domain: jds@mimsy.umd.edu James da Silva : path: uunet!mimsy!jds