home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / apple2 / 25459 < prev    next >
Encoding:
Text File  |  1992-12-13  |  2.3 KB  |  53 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!cis.ohio-state.edu!tortoise.cis.ohio-state.edu!meekins
  3. From: meekins@tortoise.cis.ohio-state.edu (Tim Meekins)
  4. Subject: Re: bsc (was Re: MODifier)
  5. Message-ID: <1992Dec13.114001.8127@cis.ohio-state.edu>
  6. Sender: news@cis.ohio-state.edu (NETnews        )
  7. Organization: The Ohio State University Dept. of Computer and Info. Science
  8. References: <Bz68vF.L6H@news.iastate.edu> <1gedv4INNo42@gap.caltech.edu> <1gev85INNl0e@pith.uoregon.edu>
  9. Date: Sun, 13 Dec 1992 11:40:01 GMT
  10. Lines: 41
  11.  
  12. In article <1gev85INNl0e@pith.uoregon.edu> nparker@cie.uoregon.edu (Neil Parker) writes:
  13. >In article <1gedv4INNo42@gap.caltech.edu> toddpw@cco.caltech.edu (Todd P.
  14. >Whitesel) writes:
  15. >>irsman@iastate.edu (That Ian Guy) writes:
  16. >>
  17. >>>BSC is a shell utility by Neil Parker.  Due to a conflict with the libraries
  18. >>>it doesn't compile under DEC RISC Ultrix 4.1 or 4.2.  Neil will hopefully fix
  19. >>>this (he's looking into it).  
  20. >>
  21. >>Has he tried removing the "b" mode letter from fopen() ? Ultrix chokes on it.
  22. >
  23. >The error message That Ian Guy sent me seems to indicate there's a conflict
  24. >with the access() system call, not the "b" in the fopen().  In fact, if
  25. >you're getting the "b" at all under UNIX, then you've got the wrong options
  26. >turned on in the Makefile.  The "b" should only be appearing under VMS or
  27. >if the -DFOPEN_NEEDS_B flag appears in the Makefile (which should NEVER be
  28. >the case under UNIX)...
  29. >
  30. >...Ack.  Another possibility just occurred to me.  Since Ultrix, like VMS,
  31. >comes from DEC...er...does somebody out there know whether the Ultrix C
  32. >preprocessor defines the symbol "vms"?  If so, is there some other symbol
  33. >(like "ULTRIX" or "ultrix" or some such thing) that it also defines, so I
  34. >can check for Ultrix and explicitly #undef vms?
  35. >
  36. >(*sigh*  If only I had an Ultrix machine around here somewhere to check
  37. >this stuff on...)
  38. >
  39. >              - Neil Parker
  40. >
  41. >P.S.  Moral:  UNIX isn't nearly as portable as it pretends to be.
  42.  
  43. Ultrix ISN'T Unix. Unix is is quite portable. Maybe Ultrix isn't very
  44. portable.
  45.  
  46. TIM MEEKINS                    Ask me about GNO/ME! - MultiTasking on a IIGS!
  47. meekins@cis.ohio-state.edu     Procyon, Inc., 11738 Aqueduct Drive
  48. AOL: GNO Tim2 (@aol.com)       Littleton, CO 80127   (303) 933-4649
  49.                           
  50.       "Computers aren't intelligent, they just think they are."
  51.  
  52.  
  53.