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