home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / perl / 7439 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  892 b 

  1. Path: sparky!uunet!haven.umd.edu!not-for-mail
  2. From: jon@cbl.umd.edu (Jonathan Kruger)
  3. Newsgroups: comp.lang.perl
  4. Subject: Trouble compiling perl-4.035 on ULTRIX 4.3
  5. Date: 15 Dec 1992 11:57:16 -0500
  6. Organization: University of Maryland, Chesapeake Biological Laboratory
  7. Lines: 14
  8. Message-ID: <1gl2pcINNa5@cbl.umd.edu>
  9. NNTP-Posting-Host: cbl.umd.edu
  10.  
  11. I'm trying to compile perl 4.035 on a DECstation 5000/25.
  12.  
  13. It doesn't even come close to working.  I get a screen full of these
  14. errors:
  15.  
  16.           CCCMD =  cc -c -DLANGUAGE_C -Olimit 2900 -Olimit 2900
  17. ccom: Error: ./cmd.h, line 151: unknown size
  18.        CSV * volatile curcsv  =  ((CSV*)0);
  19.       ------------------------^
  20. ccom: Error: ./cmd.h, line 151: unknown size
  21.        CSV * volatile curcsv  =  ((CSV*)0);
  22.  
  23. I tried changing hints/ultrix_4.sh to say 4.3 instead of 4.2, but that
  24. didn't help.  Any advice from someone who has this working?
  25.