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

  1. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!rpi!ghost.dsi.unimi.it!univ-lyon1.fr!chx400!sicsun!siisun.epfl.ch!brossard
  2. From: brossard@siisun.epfl.ch (Alain Brossard EPFL-SIC/SII)
  3. Newsgroups: comp.lang.perl
  4. Subject: Re: Perl 4.035 on Solaris 2.1
  5. Message-ID: <1993Jan9.125123@siisun.epfl.ch>
  6. Date: 9 Jan 93 11:51:23 GMT
  7. References: <1993Jan8.203105.16916@eagle.lerc.nasa.gov>
  8. Sender: news@sicsun.epfl.ch
  9. Reply-To: brossard@sic.epfl.ch
  10. Organization: Ecole Polytechnique Federale de Lausanne
  11. Lines: 25
  12.  
  13. In article <1993Jan8.203105.16916@eagle.lerc.nasa.gov>, drich@sandman.lerc.nasa.gov (Daniel Rich) writes:
  14. |> 
  15. |> Has anyone successfully compiled perl 4.035 on Solaris 2.1?  I managed
  16. |> to get an executable with only a couple hours of hacking, but the
  17. |> executable core dumps during the first test.  Can anyone offer any
  18. |> suggestions?  I would like to get inn 1.2 running, but need perl to
  19. |> validate my configuration....
  20.  
  21.     Make sure you use the latest gcc to compile it, the one provided
  22. by Cygnus fails to compile Perl correctly.  Make sure that /usr/ccs/bin
  23. is in your path, otherwise, if I remember correctly, Configure fails to
  24. find nm.  Make sure that /usr/ucb is NOT in your path, again if I remember
  25. correctly, Configure ends up looking in /usr/ucblib and /usr/ucbinclude.
  26. The later is not ANSI compliant and caused problem with gcc.
  27.     After all this, Perl failed a lot of tests related to numerical
  28. computations.  I eventually picked up a binary that someone provided
  29. for Solaris 2.0.
  30.     Also, at the time I hadn't received any licences for the Sun's C
  31. compiler so I haven't tried it.
  32.  
  33. -- 
  34.  
  35. Alain Brossard, Ecole Polytechnique Federale de Lausanne,
  36.     SIC/SII, EL-Ecublens, CH-1015 Lausanne, Suisse, +41 21 693-2211
  37. brossard@sic.epfl.ch
  38.