Subject: Re: perl on macbsd
To: Bharat S. Jhaveri <bjhaveri@Arco.COM>
From: Rod Morehead <rmore@netcom.com>
List: macbsd-general
Date: 05/09/1994 08:36:32
> 
> Has anyone installed perl on macbsd. I got it compiled , but quite a few of
> the test cases fail giving "longjmp returned bad value ("some large integer
> here").
> I have perl-4.036.tar.gz from prep.ai.mit.
>
> Thanks.
> Bharat S. Jhaveri       
> bjhaveri@arco.com

Oddly enough, I had compiled and installed perl. Bascially, setjmp and
longjmp are broken in netbsd in that setjmp does not return the longjmp
value. I ended up using _setjmp and _longjmp. _setjmp and _longjmp do
nt save the signal information but I did not notice any problems when 
running the test suite.

Rod Morehead
rmore@netcom.com



------------------------------------------------------------------------------