[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
New CLISP Installation Problems
- To: @pgate.ETHER:clisp-list%ma2s2.mathematik.uni-karlsruhe.de@bcsaic
- Subject: New CLISP Installation Problems
- From: bvei80@phoney.boeing.com (Gary Coen)
- Date: Thu, 19 Jan 95 16:48:23 EST
- Reply-to: coen@boeing.com
I apologize for the length of this message, but the need for sufficient
detail to illustrate my problem warrants it.
I cannot install clisp for OS/2 (either source/ and source-haible/
from ma2s2.mathematik.uni-karlsruhe.de). My experience is documented
below, where:
>>> = the install script
= program execution
;; = my comments
>>>Step-by-Step Installation on OS/2:
>>>1-3. Get, install EMX; set up path, directory; unpack sources.
>>>4. Convert the sources to the IBM PC character set.
[D:\newclisp\clisp-1995-01-01\os2]gcc -O cv_lt_pc.c -o cv_lt_pc.exe
gcc -O cv_lt_pc.c -o cv_lt_pc.exe
gcc: cv_lt_pc.c: No such file or directory
gcc: No input files
;; CV_LT_PC.C NOT PRESENT IN SUBDIR OS2--COPY IT FROM SUBDIR DOS?
[D:\newclisp\clisp-1995-01-01\os2]cp ../dos/cv_lt_pc.c .
cp ../dos/cv_lt_pc.c .
[D:\newclisp\clisp-1995-01-01\os2]gcc -O cv_lt_pc.c -o cv_lt_pc.exe
gcc -O cv_lt_pc.c -o cv_lt_pc.exe
>>> cv_lt_pc < convert.bax > convert.CMD
[D:\newclisp\clisp-1995-01-01\os2]cv_lt_pc < convert.bax > convert.cmd
cv_lt_pc < convert.bax > convert.cmd
>>> convert.CMD
[D:\newclisp\clisp-1995-01-01\os2]convert.cmd
convert.cmd
[D:\newclisp\clisp-1995-01-01\os2]REM converts all the sources from ISO
Latin-1 to IBM PC character set
;; CONVERTS 131 ILLEGAL CHARACTERS
>>> Copy some OS/2 specific files into SRC: type os2\COPYX.CMD.
[D:\newclisp\clisp-1995-01-01]os2\copyx.cmd
os2\copyx.cmd
[D:\newclisp\clisp-1995-01-01]REM copies some OS/2 specific files into SRC
[D:\newclisp\clisp-1995-01-01]copy os2\forall.cmd src
1 file(s) copied.
[D:\newclisp\clisp-1995-01-01]copy dos\*.in src
dos\compiled.in
dos\gcclink.in
dos\grep.in
dos\interpreted.in
4 file(s) copied.
[D:\newclisp\clisp-1995-01-01]copy dos\makefile src
1 file(s) copied.
[D:\newclisp\clisp-1995-01-01]copy dos\makefile.rl src\readline\makefile
dos\makefile.rl
SYS0002: The system cannot find the file specified.
0 file(s) copied.
;; MAKEFILE FOR READLINE DOES NOT EXIST IN THE TARRED SOURCE
[D:\newclisp\clisp-1995-01-01]copy dos\makefile.rlesrc\readline\examples\makefile
1 file(s) copied.
>>> You may then delete unnecessary files: type os2\DELX.CMD.
[D:\newclisp\clisp-1995-01-01]os2\delx.cmd
os2\delx.cmd
;; MANY FILES DELETED HERE ...
>>>5-6. Go to directory src\readline; type make
[D:\newclisp\clisp-1995-01-01\src\readline]make
make
make: *** No targets specified and no makefile found. Stop.
;; READLINE CANNOT MAKE--SEE COMMENT ABOVE IN SECTION 4
>>> cd ..
>>>7. Type make config.lsp
[D:\newclisp\clisp-1995-01-01\src]make config.lsp
make config.lsp
copy cfgdos.lsp config.lsp
1 file(s) copied.
>>>8. Type make to build CLISP.
[D:\newclisp\clisp-1995-01-01\src]make
make
gcc -fomit-frame-pointer -O2 ../utils/comment5.c -o comment5.exe
copy ..\utils\ansidecl.d ansidecl.d
..utilsansidecl.d
SYS0002: The system cannot find the file specified.
0 file(s) copied.
make: *** [ansidecl.exe] Error 1
;; PRE-PROCESSOR ANSIDECL CANNOT BE FOUND--ASK LISTSERV FOR HELP