Re: Compiling HP-UX 10.20

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: tachuelita <member39666(at)dbforums(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Compiling HP-UX 10.20
Date: 2003-09-16 19:38:23
Message-ID: 26498.1063741103@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

tachuelita <member39666(at)dbforums(dot)com> writes:
> I was following an example on a book, and when I compiled it, it
> finishes with the error: 1075 Function Prototypes are an ANSI feature.

You forgot to use "-Ae" in the cc command line. HP's compiler has odd
ideas about which generation of C programmers use it --- it still
defaults to behavior that was obsolete a dozen years ago.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2003-09-16 19:42:47 Re: massive quotes?
Previous Message Tom Lane 2003-09-16 19:32:03 Re: observations about temporary tables and schemas