home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / apollo / 3161 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.8 KB  |  48 lines

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!PAN.SSEC.HONEYWELL.COM!thompson
  2. From: thompson@PAN.SSEC.HONEYWELL.COM ((jt) John Thompson)
  3. Newsgroups: comp.sys.apollo
  4. Subject: re: Does /bin/cc take only 16 -D options?
  5. Message-ID: <199207310058.AA06219@pan.ssec.honeywell.com>
  6. Date: 31 Jul 92 00:58:31 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 36
  11.  
  12.  
  13.  
  14. > Compiling "int main() { ; }" on a DN3500 with /bin/cc (v.6.7.m, I think)
  15. > running 10.3.2 in BSD mode, we get this:
  16. >     /bin/cc -Da -Db -Dc -De -Df -Dg -Dh -Di -Dj -Dk -Dl -Dm -Dn -Do -Dp 
  17. >     -Dq -Dr -Ds -Dt a.c
  18. >     a.c: 0: too many -D options, ignoring -Dr
  19. >     a.c: 0: too many -D options, ignoring -Ds
  20. >     a.c: 0: too many -D options, ignoring -Dt
  21. > This smells really bad. Can it only take 16 defines?
  22.  
  23. It sure looks that way.  I had the same experience with Cc 6.8 on a 425t
  24. running 10.3.5.4.  On a brighter note, however, my 10.4 node handled
  25. 130 defines just fine (a0 .. z4).  It probably handles more, but a full
  26. set of 26 more defeated it (too many args, though -- not defines).
  27.  
  28. IMHO, anyone who defines more than 100 things has too complex a program, though.
  29.  
  30. I guess that means the solution is to go to version 6.9....
  31.  
  32. -- jt --
  33. John Thompson
  34. Design Services Engineer / Sys-Admin
  35. Honeywell, SSEC
  36. Plymouth, MN  55441
  37. thompson@pan.ssec.honeywell.com
  38.  
  39. What do I know?  I'm just a Token Administrator.
  40. *************************************************************************
  41. * This e-mail correspondence is a work of fiction.  Any similarity      *
  42. * between the views presented and actual views, personal or corporate,  *
  43. * living, dead, or still to be conceived, is pure coincidence.          *
  44. *************************************************************************
  45.  
  46.