home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / perl / 7727 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.5 KB

  1. Path: sparky!uunet!gatech!usenet.ins.cwru.edu!agate!ames!sun-barr!news2me.EBay.Sun.COM!exodus.Eng.Sun.COM!vsync.Eng.Sun.COM!exodus
  2. From: exodus@vsync.Eng.Sun.COM (Greg Onufer)
  3. Newsgroups: comp.lang.perl
  4. Subject: Re: Perl 4.035 on Solaris 2.1
  5. Date: 9 Jan 1993 00:59:29 GMT
  6. Organization: Sun Microsystems Inc., Mountain View, CA
  7. Lines: 19
  8. Distribution: usa
  9. Message-ID: <lks8rhINNkmi@exodus.Eng.Sun.COM>
  10. References: <1993Jan8.203105.16916@eagle.lerc.nasa.gov>
  11. NNTP-Posting-Host: vsync
  12.  
  13. In <1993Jan8.203105.16916@eagle.lerc.nasa.gov> drich@sandman.lerc.nasa.gov (Daniel Rich) writes:
  14. >Has anyone successfully compiled perl 4.035 on Solaris 2.1?  I managed
  15. >to get an executable with only a couple hours of hacking, but the
  16. >executable core dumps during the first test.  Can anyone offer any
  17. >suggestions?  I would like to get inn 1.2 running, but need perl to
  18. >validate my configuration....
  19.  
  20. I've done it with gcc and Sun's unbundled C compiler.  Just answer all
  21. of the Configure questions and at the end when it asks you if you want
  22. to edit config.sh, do so and make sure that you 1) don't let it use
  23. vfork and 2) make sure it uses the system malloc and not its own.  It
  24. then passes all of its tests except there are two cpp warnings about
  25. unterminated strings when one of the tests are run through the C
  26. preprocessor and the warnings seem harmless.  If you want a glitchless
  27. run of the tests, edit the script those warnings are generated about and
  28. remove the apostrophes (they are in contractions like "isn't") from the
  29. two '#' comments.
  30.  
  31. Cheers!greg
  32.