Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ucbvax!SPICE.CS.CMU.EDU!Rick.Busdiecker
From: Rick.Busdiecker@SPICE.CS.CMU.EDU.UUCP
Newsgroups: comp.windows.x
Subject: loading CLX in lucid (again)
Message-ID: <564879264.rfb@SPICE.CS.CMU.EDU>
Date: Wed, 25-Nov-87 17:54:00 EST
Article-I.D.: SPICE.564879264.rfb
Posted: Wed Nov 25 17:54:00 1987
Date-Received: Sun, 29-Nov-87 05:43:19 EST
Sender: daemon@ucbvax.BERKELEY.EDU
Reply-To: Rick.Busdiecker@cs.cmu.edu
Distribution: world
Organization: The ARPA Internet
Lines: 54

Thanks for all of the suggestions, however I was not able to get them
to work.  I've included a log of my attempts.  Can anyone figure this
out?  If there's a post-60 patch that affects this, then that's most
likely my problem, but the responses that I got didn't mention anything
like that.

			Rick

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

;;; Sun Common Lisp, Development Environment Version 2.0.3, 19-Dec-86
;;;
;;; Copyright (c) 1986 by Sun Microsystems, Inc.  All Rights Reserved
;;;
;;; This software product contains confidential and trade secret
;;; information belonging to Sun Microsystems.  It may not be copied
;;; for any reason other than for archival and backup purposes.

> (load "/usr/rick/CLX/" defsystem")
#P"/usr/rick/CLX/defsystem.lisp"
> (load-clx "/usr/rick/CLX/")
>>Interrupt: segmentation violation

STRINGP:
   Required arg 0 (X): #

:A    Abort to Lisp Top Level
-> :a
Back to Lisp Top Level

> (load-clx (pathname "/usr/rick/CLX/"))
;;; Warning: Redefining VALIDATE-SEQUENCE-RESULT-TYPESPEC
ld: socket.o: No such file or directory
>>Error: In foreign file loading -- reading object file

FOREIGN-LOAD-FILES:
   Required arg 0 (FILES): ("socket.o")
   Optional arg 1 (FOREIGN-SYMBOL-ALIST): ((#:CONNECT-TO-SERVERG1 . "_connect_to_server"))
   Optional arg 2 (LIBRARIES): ("-lc")

:A    Abort to Lisp Top Level
-> (directory "/usr/rick/CLX/"                           (dolist (f (directory "/usr/rick/CLX/")) (print f))

	. . .

#P"/usr2/rick/CLX/README" 
#P"/usr2/rick/CLX/debug" 
#P"/usr2/rick/CLX/socket.o" 
#P"/usr2/rick/CLX/text.lisp" 

	. . .

NIL
-> (quit)