home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.perl
- Path: sparky!uunet!mcsun!sun4nl!fwi.uva.nl!casper
- From: casper@fwi.uva.nl (Casper H.S. Dik)
- Subject: Re: building Perl on Solaris 2.1 (again)
- Message-ID: <1993Jan22.225755.16945@fwi.uva.nl>
- Sender: news@fwi.uva.nl
- Nntp-Posting-Host: adam.fwi.uva.nl
- Organization: FWI, University of Amsterdam
- References: <1993Jan22.125436.3757@hemlock.cray.com>
- Date: Fri, 22 Jan 1993 22:57:55 GMT
- Lines: 22
-
- eric@cray.com (Eric Markwardt) writes:
-
- >Sheesh.. you 'catchup' a newsgroup for a few days, miss a few articles, and
- >then need stuff that was recently discussed. :-(
-
- >Anyway, can someone email me the hints/library combinations/etc. needed
- >to build Perl 4.035 on Solaris 2.1 with Sun C 2.0.1? I have access to
- >gcc 2.3.3, too, if need be.
-
- >I've managed to get it to build with Sun C, but it core dumps in fdopen()
- >when it tries to run the first test.
-
- >Thanks a bunch in advance.
-
- Works fine for us, with the following problems:
-
- - make sure that configure doesn't find/use any ucb stuff
- - compile util.c w/o optimization
- - use cppstdin or cc -E -Xs - or ...
- the #ident at the of other cpp output confuses perl.
-
- Casper
-