[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Help: Installing CLISP on DEC Alpha ...
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Help: Installing CLISP on DEC Alpha ...
- From: P Ravi Prakash <ravi@konark.ncst.ernet.in>
- Date: Sun, 9 Mar 1997 15:13:42 +0500 (GMT)
Hi,
I am trying to install CLISP on a DEC ALPHA running OSF1.
Running 'make' without any arguments produces the following
errors. I tried using 'ar ts' on the files base/lisp.a and
base/libthreadline.a. But its of no use.
Could any one please tell me what might be the problem?
Thank you in advance.
Ravi
$ make
cc base/lisp.a base/libreadline.a -ltermcap -lX11 -o base/lisp.run
ld:
Archive: base/lisp.a has no table of contents (not searched)
add one with 'ar ts'
Archive: base/libreadline.a has no table of contents (not searched)
add one with 'ar ts'
Unresolved:
main
*** Exit 1
Stop.