home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / perl / 4913 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.4 KB

  1. Path: sparky!uunet!gatech!willis.cis.uab.edu!utkcs2!utkcs2!usenet
  2. From: jepeway@cs.utk.edu (Chris Jepeway)
  3. Newsgroups: comp.lang.perl
  4. Subject: Re: Problems installing perl 4.035 on Sun
  5. Date: 23 Jul 92 19:01:45 GMT
  6. Organization: /silver/homes/jepeway/.organization
  7. Lines: 23
  8. Message-ID: <l6u0gpINNj1l@utkcs2.cs.utk.edu>
  9. References: <1992Jul21.213228.3969@u.washington.edu>
  10. NNTP-Posting-Host: galoob.cs.utk.edu
  11. In-reply-to: beaker@milton.u.washington.edu's message of 21 Jul 92 21:32:28 GMT
  12.  
  13. In article <1992Jul21.213228.3969@u.washington.edu> beaker@milton.u.washington.edu (Clint Olsen) writes:
  14.  
  15. >I am getting failures when running "make test" on our Sun Sparc2
  16. >running SunOS 4.1.2.
  17. >They are on regexp, eval, and cpp.  Worse than that, after lib/big
  18. >I get a "Memory Fault (core dump)."
  19. These are the same tests that crapped out on me and a few
  20. others after compiling perl with gcc-2.2.2 on Sparcs.  There
  21. seems to be some problem with <varargs.h>.  Any chance you
  22. used GNU's CC?  I've been told that you can fix this either
  23. by not using gcc or by editing config.sh so that i_varargs='undef'.
  24.  
  25. As an aside, has anybody had any luck reproducing the varargs problem
  26. in a small piece of code so it can be submitted to gnu.gcc.bug?  I'm
  27. trying to, but all the (simple) varargs code I've come up with on my
  28. own works fine, and I'm not getting very far poking around in the perl
  29. source.
  30.  
  31.  
  32. >Clint Olsen 
  33. >olsenc@maxwell.ee.washington.edu
  34.  
  35. Chris <jepeway@cs.utk.edu>
  36.