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: PostgreSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Second call for platform testing
Date: 2001-11-30 02:46:01
Message-ID: 3C06F2E9.4080900@home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:

>>configure:1243: checking whether the C compiler (gcc ) works
>>configure:1259: gcc -o conftest conftest.c 1>&5
>>as: warning 2: Unknown option "--traditional-format" ignored.
>>as: "/var/tmp/cceTg0Kd.s", line 15: error 1052: Directive name not recognized - NSUBSPA
>>
>
> This looks like your gcc installation is broken: specifically, I'll bet
> it's trying to use HP's assembler rather than gas. You really want the
> GNU toolchain (binutils package) underneath gcc. The gcc-to-HP-as
> configuration has never worked for me (though I have to admit I haven't
> tried in a long time).
>
> In the meantime, try it with HP's real compiler (set CC=cc for configure).

As usual Tom, you're right on the mark!

The HP compiler on this machine is in fact the K&R/non-ANSI bundled
compiler. Unfortunately, the real compiler is not available -- i.e. we
have not purchased it.

I did get binutils installed though, and was able to run configure and
gmake. However, 'gmake check' seems to hang at:

parallel group (20 tests): lseg point

I have a copy of gdb which has not been installed yet. Tomorrow I'll ask
our unix admin to install it for me so I can drill down to the problem
code. Any other thoughts in the meantime?

FWIW, the server is a new A Class HP:
$ uname -a
HP-UX csdoap2 B.11.00 A 9000/800 594720518 two-user license

Thanks,

Joe

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-11-30 03:44:34 Re: Second call for platform testing
Previous Message Christopher Kings-Lynne 2001-11-30 02:10:34 Re: Second call for platform testing