home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.perl
- Path: sparky!uunet!mcsun!sun4nl!dutrun!dutiws!graaff
- From: graaff@dutiws.twi.tudelft.nl (Hans de Graaff)
- Subject: Re: building Perl on Solaris 2.1 (again)
- Message-ID: <C1BBp3.IEA@dutiws.twi.tudelft.nl>
- Organization: Delft University of Technology
- References: <1993Jan22.125436.3757@hemlock.cray.com> <1993Jan22.225755.16945@fwi.uva.nl>
- Date: Sat, 23 Jan 1993 15:15:03 GMT
- Lines: 35
-
- In article <1993Jan22.225755.16945@fwi.uva.nl> casper@fwi.uva.nl (Casper H.S. Dik) writes:
- >eric@cray.com (Eric Markwardt) writes:
- >>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.
- >
- >Works fine for us, with the following problems:
- >
- > - make sure that configure doesn't find/use any ucb stuff
- This helps a lot with linking problems. The default (because of the
- hints) is to include /usr/ucbinclude, but it's nog good.
-
- > - compile util.c w/o optimization
- This makes sure that the above problem doesn't occur.
- > - use cppstdin or cc -E -Xs - or ...
- > the #ident at the of other cpp output confuses perl.
-
- Thanks, I still had this problem. Will try it later.
-
- However, after compiling perl with the above corrections, perl still
- failed one test (#18 in io/fs.t), which has to do with atime and
- mtime. I guess the utime a few lines earlier is the culprit, but
- before digging into this, has anybody else seen this, and more
- importantly, fixed it?
-
- Hans
-
-
- --
- Hans de Graaff | I want someone to follow,
- J.J.deGraaff@IS.TWI.TUDelft.NL | who doesn't lead the way
- Department of Informatics | I want someone to listen,
- Delft University of Technology | who won't repeat what I say
-