home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / perl / 5828 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  1.1 KB

  1. Path: sparky!uunet!mdcbbs!mdcbbs.com!austin
  2. Newsgroups: comp.lang.perl
  3. Subject: Has anyone got perl 4.35 running on RISC Ultrix 4.1
  4. Message-ID: <1992Sep10.020443.2553@mdcbbs.com>
  5. From: austin@mdcbbs.com (Austin Benson)
  6. Date: 10 Sep 92 02:04:41 PDT
  7. References: <1992Sep10.033636.22562@umbc3.umbc.edu>
  8. Organization: Shape Data - a division of EDS Ltd
  9. Nntp-Posting-Host: sdlhpp10
  10. Lines: 16
  11.  
  12. This has probably been asked and answered before, but I wasn't interested
  13. at the time and we only keep 4 days worth of articles here :-(.
  14.  
  15. I am trying to get perl 4.35 running on our Ultrix system (uname -a says
  16. "ULTRIX dmipsfs 4.1 0 RISC"). I can't get it through the C compiler stage -
  17. after fixing a couple of problems caused by fascist typing (can't use a
  18. pointer to a struct before the struct is fully defined, and (thing *) is not
  19. assignment compatible with (thing volatile *) !) it is currently dying with
  20.  
  21.     ugen: internal   : line 2 : eval.p, line1022
  22.                      illegal size in load/store
  23.  
  24. which is totally incomprehensible to me.
  25.  
  26. If anyone can give me (pointers to) a solution I will be very grateful.
  27.  
  28.