Perl test problems under Ultrix 4.0

Marc Evans evans at decvax.dec.com
Thu Oct 25 06:35:52 AEST 1990


In article <1990Oct23.190637.9412 at cimage.com>, brian at 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 at decvax.DEC.COM  | Synergytics     (603)635-8876
      Unix and X Software Contractor        | 21 Hinds Ln, Pelham, NH 03076
===========================================================================



More information about the Comp.unix.ultrix mailing list