home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / windows / intervie / 3642 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.2 KB  |  35 lines

  1. Path: sparky!uunet!ukma!gatech!concert!borg.cs.unc.edu!cs.unc.edu!leech
  2. From: leech@cs.unc.edu (Jon Leech)
  3. Newsgroups: comp.windows.interviews
  4. Subject: Re: InterViews 3.1 HPUX Series 700 (PA-RISC)
  5. Date: 26 Jan 1993 17:58:32 GMT
  6. Organization: The University of North Carolina at Chapel Hill
  7. Lines: 22
  8. Distribution: world
  9. Message-ID: <1k3u48INN6gh@borg.cs.unc.edu>
  10. References: <9301261736.AA03927@ramsesii.ultryx.com>
  11. NNTP-Posting-Host: mahler.cs.unc.edu
  12.  
  13. In article <9301261736.AA03927@ramsesii.ultryx.com>, win@RAMSESII.ULTRYX.COM (Win) writes:
  14. |> Someone MUST have some ideas on what to attempt next.
  15. |>
  16. |> I'm having a problem compiling InterViews 3.1 on HPUX Series 700 (PA-RISC).
  17. |> When attempting to compile action.c, I get the following (Note: the compile
  18. |> options for more information):
  19.  
  20.     Use the compatibility mode (-Ac) preprocessor so you can up the
  21. memory size (this is an HP bug). From my local.def:
  22.  
  23. #ifdef HPArchitecture
  24. /* For HP, use -Ac to get compatibility mode preprocessor, because
  25.  *  ANSI mode preprocessor won't accept "-H400000" argument.
  26.  */
  27. #ifdef ExtraCCFlags
  28. #undef ExtraCCFlags
  29. #endif
  30. #define ExtraCCFlags -Ac -Wp,-H400000
  31. #endif /*HPArchitecture*/
  32.  
  33.     Jon
  34.     __@/
  35.