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

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!mcsun!sun4nl!dutrun!dutiws!graaff
  3. From: graaff@dutiws.twi.tudelft.nl (Hans de Graaff)
  4. Subject: Re: building Perl on Solaris 2.1 (again)
  5. Message-ID: <C1BBp3.IEA@dutiws.twi.tudelft.nl>
  6. Organization: Delft University of Technology
  7. References: <1993Jan22.125436.3757@hemlock.cray.com> <1993Jan22.225755.16945@fwi.uva.nl>
  8. Date: Sat, 23 Jan 1993 15:15:03 GMT
  9. Lines: 35
  10.  
  11. In article <1993Jan22.225755.16945@fwi.uva.nl> casper@fwi.uva.nl (Casper H.S. Dik) writes:
  12. >eric@cray.com (Eric Markwardt) writes:
  13. >>Anyway, can someone email me the hints/library combinations/etc. needed
  14. >>to build Perl 4.035 on Solaris 2.1 with Sun C 2.0.1?  I have access to
  15. >>gcc 2.3.3, too, if need be.
  16. >>I've managed to get it to build with Sun C, but it core dumps in fdopen() 
  17. >>when it tries to run the first test.
  18. >
  19. >Works fine for us, with the following problems:
  20. >
  21. >    - make sure that configure doesn't find/use any ucb stuff
  22. This helps a lot with linking problems. The default (because of the
  23. hints) is to include /usr/ucbinclude, but it's nog good.
  24.  
  25. >    - compile util.c w/o optimization
  26. This makes sure that the above problem doesn't occur.
  27. >    - use cppstdin or cc -E -Xs - or ...
  28. >      the #ident at the of other cpp output confuses perl.
  29.  
  30. Thanks, I still had this problem. Will try it later.
  31.  
  32. However, after compiling perl with the above corrections, perl still
  33. failed one test (#18 in io/fs.t), which has to do with atime and
  34. mtime. I guess the utime a few lines earlier is the culprit, but
  35. before digging into this, has anybody else seen this, and more
  36. importantly, fixed it?
  37.  
  38. Hans
  39.  
  40.  
  41. -- 
  42. Hans de Graaff                  | I want someone to follow,
  43. J.J.deGraaff@IS.TWI.TUDelft.NL  |   who doesn't lead the way
  44. Department of Informatics       | I want someone to listen,
  45. Delft University of Technology  |   who won't repeat what I say
  46.