Too bad, because it is working for me and could be a generic solution.
Did it eliminate those C compiler warnings?  Can you run under gdb and
backtrace at the point asking for keyboard input?

cd unixport
make raw_pre_gcl
gdb raw_pre_gcl
(gdb) r ./ <foo

Take care,

"Kirill A. Korinsky" <kir...@korins.ky> writes:

> something goes wrong here. It stuck like this:
>
> loading /Users/catap/src/gcl/gcl/unixport/../cmpnew/gcl_cmpspecial.lsp
> loading /Users/catap/src/gcl/gcl/unixport/../cmpnew/gcl_cmplam.lsp
> loading /Users/catap/src/gcl/gcl/unixport/../cmpnew/gcl_cmplet.lsp
> loading /Users/catap/src/gcl/gcl/unixport/../cmpnew/gcl_cmpvs.lsp
> loading /Users/catap/src/gcl/gcl/unixport/../cmpnew/gcl_cmpwt.lsp
> loading /Users/catap/src/gcl/gcl/unixport/../cmpnew/gcl_cmpmain.lsp
>
> NIL
>
> COMPILER>
> (:SDEBUG
>  :SETF :PRE-GCL :DYNAMIC-EXTENT :INTDIV :64BIT :C99 :UNEXEC
>  :NATIVE-RELOC :EDITLINE :TRUNCATE_USE_C :CLX-LITTLE-ENDIAN :BSD
>  :DARWIN21.6.0 :X86_64 :IEEE-FLOATING-POINT :DARWIN :UNIX :GMP :GCL
>  :AKCL :COMMON :KCL)
>
> COMPILER>
> #<"SYSTEM" package>
>
> SYSTEM>
> T
>
> SYSTEM> 
>
> and it expect my input via keyboard.

-- 
Camm Maguire                                        c...@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah

Reply via email to