Re: [HACKERS] Minor problem with Solaris 2.7beta

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: ridderbusch(dot)pad(at)sni(dot)de (Frank Ridderbusch)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Minor problem with Solaris 2.7beta
Date: 1998-10-12 14:06:57
Message-ID: 199810121406.KAA02141@candle.pha.pa.us
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.

I am confused. Please add 'set -x' to the second line of configure and
run:

configure >/tmp/x 2>&1

and send me /tmp/x privately. I am looking to see why the variable
host_no_ver did not match the proper entry in template/.similar.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-10-12 14:38:44 Re: [HACKERS] postmaster locking issues.
Previous Message Bruce Momjian 1998-10-12 13:48:50 Re: [HACKERS] postmaster locking issues.