This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Gcc and Informix 7.31
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Diego Morales <dmorales at districenter dot es>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 27 Jan 2003 12:58:59 -0500 (EST)
- Subject: Re: Gcc and Informix 7.31
On Mon, 27 Jan 2003, Diego Morales wrote:
> The Informix 4GL don't work because I don't have an ANSI "C" Compiler. HP
> UX 11.11 bring us a NON-ANSI "C" Compiler and the original ANSI "C"
> Compiler from Hp has an economic cost.
I've used GCC to compile Informix 4GL, many years ago, on a SCO UNIX
system. It may work for you. IIRC it required -fwriteable-strings and/or
-traditional.
> |gcc: +DS2.0: No such file or directory
> |gcc: +DA1.1: No such file or directory
I'd guess these are command-line options understood by the HP-UX compiler
but not GCC. You could try modifying the shell script that performs
compilation (esqlc or fglc, I don't remember which).
BTW questions like these aren't really appropriate for the gcc developer's
mailing list. Please use gcc-help@gcc.gnu.org instead.
Jeff