Re: [HACKERS] Minor problem with Solaris 2.7beta
Frank Ridderbusch <ridderbusch.pad@sni.de>
From: Frank Ridderbusch <ridderbusch.pad@sni.de>
To: Bruce Momjian <maillist@candle.pha.pa.us>
Cc: pgsql-hackers@postgreSQL.org
Date: 1998-10-12T06:53:49Z
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%@host@%i386-pc-solaris2.7%g s%@host_alias@%i386-pc-solaris2.7%g s%@host_cpu@%i386%g s%@host_vendor@%pc%g s%@host_os@%solaris2.7%g s%@TAS@%tas.o%g s%@ODBCINSTDIR@%%g s%@CC@%gcc%g s%@CC_VERSION@%pgcc-2.91.57%g s%@CPP@%gcc -E%g s%@PORTNAME@%solaris_sparc%g ... Apparently configure already got it wrong. -- Regards, Frank