Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!decwrl!deccrl!news.crl.dec.com!shlump.nac.dec.com!riscy.enet.dec.com!croton.nyo.dec.com!frank From: frank@croton.nyo.dec.com (Frank Wortner) Newsgroups: comp.lang.perl Subject: Re: Putting Perl 3.x on ULTRIX Message-ID: <2212@riscy.enet.dec.com> Date: 29 Apr 91 12:55:15 GMT References: <1991Apr26.161847.11977@menudo.uh.edu> Sender: newsdaemon@riscy.enet.dec.com Reply-To: frank@nyo.dec.com Organization: NY ULTRIX Resource Center, Digital Equipment Corporation Lines: 15 In article <1991Apr26.161847.11977@menudo.uh.edu>, acsiv@menudo.uh.edu (Duck aka D. Harper) writes: |>Morn folks! |> We just got in some DECStation 5000, model 200 running ULTRIX 4.1. and |>I would like to put in the lastest stable release of Perl. I have |>unpacked the 33 kits for @kit44. Can anyone out there tell me what |>flags I need to get it to compile? Thanks! Just run Configure. When it pauses and prints "If you need to edit config.sh, do it as a shell escape here:", take Configure up on the offer. Type "! vi config.sh". Now search for d_volatile. Change the 'define' to 'undef', write, and quit. Compile away. Configure takes care of all the other flags and magic incantations. Frank