This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]