Re: HELP: Byte Record Too Large For Users Buffer.....
From: Craig A. Berry (craigberry_at_mac.com.spamfooler)
Date: 08/30/03
- Next message: Hans Aus: "Re: ??==Delete key only backspaces w/o delete from Telnet in Mac OSX Terminal"
- Previous message: Howard S Shubs: "Re: Fortran defered length character string?"
- In reply to: Robert Alan Byer: "HELP: Byte Record Too Large For Users Buffer....."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 30 Aug 2003 03:35:22 GMT
In article <c4bfc78e.0308291221.a46414d@posting.google.com>,
byer@mail.ourservers.net (Robert Alan Byer) wrote:
> I'm trying to port a Unix program to OpenVMS and because of some
> "strange" things I'm forced to use GNU MAKE.
>
> Due to the way the makefile is, all the compiler defines are
> placed on the command line making for one heck of a long
> command line.
If you have hp C 6.4 or later, see
$ help cc/first
CC
/FIRST_INCLUDE
FIRST_INCLUDE=(file[,...])
NOFIRST_INCLUDE (D)
Includes the specified files before any source files. This
qualifier corresponds to the Tru64 UNIX -FI switch.
This qualifier is useful if you have command lines to pass to the C
compiler that are exceeding the DCL command-line length limit.
Using the /FIRST_INCLUDE qualifier can help solve this problem by
replacing lengthy /DEFINE and /WARNINGS qualifiers with #define and
#pragma message directives placed in a /FIRST_INCLUDE file.
The default is NOFIRST_INCLUDE.
- Next message: Hans Aus: "Re: ??==Delete key only backspaces w/o delete from Telnet in Mac OSX Terminal"
- Previous message: Howard S Shubs: "Re: Fortran defered length character string?"
- In reply to: Robert Alan Byer: "HELP: Byte Record Too Large For Users Buffer....."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|