Re: Can't run configure

From: "Williams, Travis L, NPONS" <tlw(at)att(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk>, "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Can't run configure
Date: 2002-09-14 15:37:30
Message-ID: AB815D267EC31A4693CC24D234F8291602651E1C@ACCLUST02EVS1.ugd.att.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I attached my config.log.. if attachments don't get forwarded.. then
I'll resend.. I have compiled a couple of different programs since I got
the machine (I'm moving from a 386/solaris 8 machine).. Like I said
earlier on 7.1.3 the configure runs fine, but 7.2 and 7.2.2 fail.

Travis

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Saturday, September 14, 2002 10:31 AM
To: Williams, Travis L, NPONS
Cc: Nigel J. Andrews; pgsql-general
Subject: Re: [GENERAL] Can't run configure

"Williams, Travis L, NPONS" <tlw(at)att(dot)com> writes:
> You know.. sometimes I amaze myself when I send off something like
> below.. yet freak out when people do the same to me.. ;)(feel free to
> beat the newbie!) anyway hpux 11.20.. I installed the GNU gcc and
make..
> I can copy the config.log.. but it is a little to much..

I think we need to see the part of config.log that shows configure
trying to test the argument types of accept(). It works fine on HPUX
10.20, which seems to have the same definition of accept() as 11.20
does, according to your grep of /usr/include/sys/socket.h. Certainly
the correct set of type names *does* get tried; why does the test
program fail to compile anyway?

Are you sure that your gcc installation is working (can you compile and
run a trivial test program)?

regards, tom lane

Attachment Content-Type Size
config.log application/octet-stream 43.4 KB

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Williams, Travis L, NPONS 2002-09-14 15:49:21 Re: Can't run configure
Previous Message Tom Lane 2002-09-14 15:31:20 Re: Can't run configure