Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!hp4nl!ruuinf!piet From: piet@cs.ruu.nl (Piet van Oostrum) Newsgroups: comp.lang.perl Subject: Re: Perl for HP-UX 7.0 Message-ID: <4768@ruuinf.cs.ruu.nl> Date: 2 Feb 91 08:54:12 GMT References: <1991Jan31.161906.9083@convex.com> Sender: news@ruuinf.cs.ruu.nl Reply-To: piet@cs.ruu.nl (Piet van Oostrum) Organization: Dept of Computer Science, Utrecht University, The Netherlands Lines: 24 In-reply-to: mullins@convex.COM (Don Mullins) >>>>> In message <1991Jan31.161906.9083@convex.com>, mullins@convex.COM (Don Mullins) (DM) writes: DM> DM> Has anyone compiled perl 3.0PL44 to run under HP-UX 7.0? Are there any DM> got-chas to be aware of? We have had every version 3 running. The only thing I can think of is not using -O on the compilation but +O1 (I never use -O, because it usually gives problems. There is also a table that must be enlarged. These are the things to watch: # config.sh optimize='+O1' ccflags='-Wc,-Nw500' libs='-lnet -lndir -lndbm -lmalloc -lm -lBSD' The others are taken care of by Configure. (I'm talking about the 9000/300/400 series, not the 800's) -- Piet* van Oostrum, Dept of Computer Science, Utrecht University, Padualaan 14, P.O. Box 80.089, 3508 TB Utrecht, The Netherlands. Telephone: +31 30 531806 Uucp: uunet!mcsun!ruuinf!piet Telefax: +31 30 513791 Internet: piet@cs.ruu.nl (*`Pete')