Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!apple!mips!sgi!shinobu!odin!moose.asd.sgi.com!jwag From: jwag@moose.asd.sgi.com (Chris Wagner) Newsgroups: comp.sys.sgi Subject: Re: has anyone gotten Perl3pl41 to work under Irix 3.3.1 Keywords: perl, irix3.3.1 Message-ID: <1990Dec4.180935.24212@odin.corp.sgi.com> Date: 4 Dec 90 18:09:35 GMT References: <1990Dec1.161952.19468@csrd.uiuc.edu> Sender: news@odin.corp.sgi.com (Net News) Reply-To: jwag@moose.asd.sgi.com (Chris Wagner) Distribution: comp Organization: Silicon Graphics, Research & Development Lines: 25 In article <1990Dec1.161952.19468@csrd.uiuc.edu>, pat@kai.com (Patrick Wolfe) writes: > Has anyone been able to get Perl version 3 patchlevel 41 to work properly under > Irix 3.3.1? It compile fine, and I did disable the use of "vfork()", but it > still fails it's self tests (base.term to be exact). Something seems to be > wrong with bcmp() and memcmp() (I've tried both, and I've tried compiling with > and without optimization enabled), because perl thinks: > > "a" lt "b" is true > "b" lt "a" is true > "a" gt "b" is false > "b" gt "a" is false > > Help? > > Patrick Wolfe (pat@kai.com, uunet!kailand!pat) Did you also turn off the Optimizer?? it needs to be off for 1 file (I forget which one) but turning it off for all should fix the problem (though I am running patch29) Chris WAgner