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