home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / perl / 7961 < prev    next >
Encoding:
Text File  |  1993-01-23  |  1.1 KB  |  35 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!mcsun!sun4nl!fwi.uva.nl!casper
  3. From: casper@fwi.uva.nl (Casper H.S. Dik)
  4. Subject: Re: building Perl on Solaris 2.1 (again)
  5. Message-ID: <1993Jan22.225755.16945@fwi.uva.nl>
  6. Sender: news@fwi.uva.nl
  7. Nntp-Posting-Host: adam.fwi.uva.nl
  8. Organization: FWI, University of Amsterdam
  9. References: <1993Jan22.125436.3757@hemlock.cray.com>
  10. Date: Fri, 22 Jan 1993 22:57:55 GMT
  11. Lines: 22
  12.  
  13. eric@cray.com (Eric Markwardt) writes:
  14.  
  15. >Sheesh.. you 'catchup' a newsgroup for a few days, miss a few articles, and
  16. >then need stuff that was recently discussed. :-(
  17.  
  18. >Anyway, can someone email me the hints/library combinations/etc. needed
  19. >to build Perl 4.035 on Solaris 2.1 with Sun C 2.0.1?  I have access to
  20. >gcc 2.3.3, too, if need be.
  21.  
  22. >I've managed to get it to build with Sun C, but it core dumps in fdopen() 
  23. >when it tries to run the first test.
  24.  
  25. >Thanks a bunch in advance.
  26.  
  27. Works fine for us, with the following problems:
  28.  
  29.     - make sure that configure doesn't find/use any ucb stuff
  30.     - compile util.c w/o optimization
  31.     - use cppstdin or cc -E -Xs - or ...
  32.       the #ident at the of other cpp output confuses perl.
  33.  
  34. Casper
  35.