Re: HELP: Byte Record Too Large For Users Buffer.....

From: Craig A. Berry (craigberry_at_mac.com.spamfooler)
Date: 08/30/03


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.



Relevant Pages

  • Re: How to build the regex datablade
    ... >> * Now I'm trying to build it for IDS version PQR using C compiler ABC ... There is an all-purpose makefile included, ... I suggest trying without 'b' on the command line. ... Is 'server' defined ...
    (comp.databases.informix)
  • Re: Command line compiler
    ... Makefiles--people would come to me to get their makefile problems fixed...) ... Visual Studio .NET 2003\Vc7\bin ... When I ran the cl command from the command ... I've read that there's a command line VC++ compiler called cl.exe, ...
    (microsoft.public.vc.mfc)
  • Re: gfortran iso c bindings - capabilities
    ... free to pick any companion processor it chooses. ... invoked with different command line options. ... if %errorlevel% NEQ 0 goto errorexit ... The compiler is supposed to incorporate the information about the ...
    (comp.lang.fortran)
  • RE: Visual studio 2003 .NET versus its own Command Prompt
    ... > package in the lab. ... > command line compiler which cames with it. ... library, which is a .lib file, for it to know where in the DLL the functions ...
    (microsoft.public.vc.language)
  • Re: Invoking External Batch Program on Multiple Core Machine
    ... (Although free version of command line .NET compiler is available, so if some new feature would greatly ... work (you pass it a file in the command line, it runs for 2-45 minutes and spits out another file). ... This is very annoying since I have a dual core machine and would like to get my work done as quickly as possible. ... You can use the Process class to start a new process with a specific command, and you can even set the ProcessorAffinity on the class instance to control what CPUs it runs on. ...
    (microsoft.public.dotnet.languages.csharp)