Xref: utzoo comp.lang.perl:2709 comp.unix.ultrix:5064 Path: utzoo!attcan!uunet!bu.edu!purdue!haven!decuac!bacchus.pa.dec.com!hollie.rdg.dec.com!decvax.dec.com!decvax!evans From: evans@decvax.dec.com (Marc Evans) Newsgroups: comp.lang.perl,comp.unix.ultrix Subject: Re: Perl test problems under Ultrix 4.0 Message-ID: <426@decvax.decvax.dec.com.UUCP> Date: 24 Oct 90 20:35:52 GMT References: <1990Oct23.190637.9412@cimage.com> Sender: news@decvax.dec.com.UUCP Reply-To: evans@decvax.DEC.COM Followup-To: comp.lang.perl Organization: Synergytics Lines: 19 In article <1990Oct23.190637.9412@cimage.com>, brian@cimage.com (Brian Kelley) writes: |> |> I've been trying to build perl patchlevel 37 under Ultrix 4.0 without success. As I have said previously, for MIPSco compilers prior to version 2.10, you will not be able to use -O. You have to use -g due to bugs in the optomizer. Ultrix 4.0 comes with version 2.0 of cc (verified by a 'cc -V foo.c | grep Mips'). The other gotcha to be sure to avoid is that configure determines that the keyword volitile is supported, when in fact the compiler chokes on it in many cases. You should edit the config.sh script when given the option at the end of Configure and 'undef' d_volitile. - Marc -- =========================================================================== Marc Evans - WB1GRH - evans@decvax.DEC.COM | Synergytics (603)635-8876 Unix and X Software Contractor | 21 Hinds Ln, Pelham, NH 03076 ===========================================================================