Re: Second call for platform testing

From: Joe Conway <joseph(dot)conway(at)home(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: lockhart(at)fourpalms(dot)org, thomas(at)pgsql(dot)com, PostgreSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Second call for platform testing
Date: 2001-11-29 23:06:21
Message-ID: 3C06BF6D.30807@home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:

> What had configure selected so far for compiler, cflags, etc? Maybe
> it's blowing the game at that stage. Or maybe the test is failing to
> include all the needed include files to define these datatypes.
>
> In general, the config.log output is a good thing to post when puzzled
> by configure problems.

OK. Figured out a couple of pieces to this. First, although I was told
we did not have HP's compiler, it is actually there. Second, since gcc
was freshly installed, it wasn't in my PATH. So the error I reported
last time is actually from the bundled compiler.

So I added /opt/gcc/bin to my PATH, and got a different error once gcc
was detected.

Attached are both config.log files. Sorry for being so clueless here,
but I haven't done much on HPUX before.

Joe

Attachment Content-Type Size
config.log.bundled_cc text/plain 53.6 KB
config.log.gcc text/plain 971 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ligia Pimentel 2001-11-29 23:22:22 An easy question about creating a primary key
Previous Message Bruce Momjian 2001-11-29 22:17:39 Re: CREATE RULE ON UPDATE/DELETE