Re: [HACKERS] Minor problem with Solaris 2.7beta

From: Frank Ridderbusch <ridderbusch(dot)pad(at)sni(dot)de>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Minor problem with Solaris 2.7beta
Date: 1998-10-12 06:53:49
Message-ID: 13857.42877.490000.138625@utensil
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian writes:
.....
> > PORTNAME=solaris_sparc
>
> This should be solaris_i386 for you. Why did it choose solaris_sparc?
> Did configure guess this value?
>

Here is the relevant section from config.status.

...
s%(at)host@%i386-pc-solaris2.7%g
s%(at)host_alias@%i386-pc-solaris2.7%g
s%(at)host_cpu@%i386%g
s%(at)host_vendor@%pc%g
s%(at)host_os@%solaris2.7%g
s%(at)TAS@%tas.o%g
s%(at)ODBCINSTDIR@%%g
s%(at)CC@%gcc%g
s%(at)CC_VERSION@%pgcc-2.91.57%g
s%(at)CPP@%gcc -E%g
s%(at)PORTNAME@%solaris_sparc%g
...

Apparently configure already got it wrong.
--
Regards,
Frank

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 1998-10-12 07:28:44 Re: [HACKERS] select * from ..;vacuum crashes
Previous Message Thomas G. Lockhart 1998-10-12 06:53:11 Re: [HACKERS] Parser breakage: "timestamp" has become a reserved word