From: H.J. Lu (hlu@yoda.eecs.wsu.edu)
Date: 09/30/92


From: hlu@yoda.eecs.wsu.edu (H.J. Lu)
Subject: Re: Okay, another CLISP problem (fatal!)
Date: 30 Sep 1992 16:47:49 GMT

In article <HEIM.92Sep30161248@sally.peanuts.informatik.uni-tuebingen.de> heim@peanuts.informatik.uni-tuebingen.de (Gerald Heim) writes:
>
>Hi
>
>I have exactly the same problem. I linked my version of CLISP with gcc222d
>and jumptables 4.1 using the old setjmp.s source posted here recently.
>Maybe that's it. If I have time I will try to link it with gcc222 and see
>what happens...
>
>gjh
>

You got whay you asked. You have only 3 choices:

1. recompile the whole thing with jump table 4.1.
2. use the old shared lib against which CLIST was compiled.
3. do some hacking to make old CLISP.a workd with jump table 4.1.
   You may die at any time.

H.J.