home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!mailgzrz.TU-Berlin.DE!news.netmbx.de!zelator!gamelan!thomas
- From: thf@zelator.in-berlin.de (Thomas Funke)
- Subject: Re: Allegro Common Lisp
- Message-ID: <1992Nov17.172123.472@gamelan>
- Sender: thomas@gamelan (thomas)
- Reply-To: thf@zelator.in-berlin.de (Thomas Funke)
- Organization: NNU Corp. - NeXT is Not UN*X
- References: <Bxu2Fq.7oy.2@cs.cmu.edu>
- Date: Tue, 17 Nov 1992 17:21:23 GMT
- Lines: 28
-
- In article <Bxu2Fq.7oy.2@cs.cmu.edu> anwar+@cs.cmu.edu (Anwar Mohammed) writes:
- > I've copied B. Vrotney's recipe for fixing ACL 3.1.20 to work with
- > NS 3.0 but I encounter the following error when running config:
- >
- > ...
- > cc -c static2.c
- > /bin/ld -x -seg1addr 2000 -headerpad 2000 -seglinkedit -lcrt0.o -u libsys_s
- -u libNeXT_s crt0.o ucl.o static.o static2.o -lNeXT_s -ldsp -lsys_s -o ucl
- > /bin/ld: Can't locate file for: -ldsp
- > *** Exit 1
- > Stop.
- >
- > Any idea why? Presumably many of you have gotten this working already.
- >
-
- Two tricks will help:
-
- 1. remove "-ldsp"
- 2. or get libdsp.a from a 2.1 and install it under /usr/lib
-
- Then ACL just runs fine under 3.0 :-)
-
-
- --
- ------------------------------------------------------------------
- Thomas Funke ** E-mail: thf@zelator.in-berlin.de
- NeXT-Developer * Unix-Consultant
- ------------------------------------------------------------------
-