Re: [GENERAL] Upcoming 6.4 release issues

From: dustin sallings <dustin(at)spy(dot)net>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-general <pgsql-general(at)postgreSQL(dot)org>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Upcoming 6.4 release issues
Date: 1998-11-03 06:22:44
Message-ID: Pine.NEB.4.02.9811021938060.1712-100000@dhcp-199.west.spy.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Mon, 2 Nov 1998, The Hermit Hacker wrote:

(experience with 6.4 beta 5) I'm not on this list, so if you have
any questions, be sure to send directly to me.

// This does not require C++ to compile, nor do I suspect it ever
// will...I couldn't imagine the effort to go through to actually
// convert it over to C++ :)

This is what I get when I try to configure on IRIX:

bleu:/tmp/pgsql/src 112> ./configure
creating cache ./config.cache
checking host system type... mips-sgi-irix6.2
checking echo setting...
checking setting template to... irix5
checking setting USE_LOCALE... disabled
checking setting CYR_RECODE... disabled
checking setting MULTIBYTE... disabled
checking setting DEF_PGPORT... 5432
checking setting USE_TCL... disabled
checking setting USE_PERL... disabled
checking setting USE_ODBC... disabled
checking setting ASSERT CHECKING... disabled
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... no
checking how to run the C preprocessor... cc -E
- setting CPPFLAGS=
- setting LDFLAGS=
checking for c++... no
checking for g++... no
checking for gcc... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking whether the C++ compiler (gcc ) works... no
configure: error: installation or configuration problem: C++ compiler
cannot create executables.

If'n I take that out of configure.in, I get a lot further. The
problem, though, is that it's treating the lack of a C++ compiler as a
fatal condition. I just took out the check and set HAVE_Cplusplus=false
and got to src/pl/plpgsql/src/ which needed -I. and I got it built.

// Please report any compile errors to pgsql-hackers ... it has
// been tested on NetBSD, but I don't believe Irix has been tested...

I don't remember what my NetBSD problem was yet, but I'll try to
play with it later.

--
SA, beyond.com The world is watching America,
pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <dustin(at)spy(dot)net>
| Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE
L________________________________________ and America is watching TV. __

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Johann Hueppeler 1998-11-03 08:42:22 [Fwd: postgreSQL v6.4 - foreign key]
Previous Message The Hermit Hacker 1998-11-03 03:27:56 Re: [GENERAL] Upcoming 6.4 release issues

Browse pgsql-hackers by date

  From Date Subject
Next Message Jose' Soares 1998-11-03 08:16:27 bug on aggregate function AVG()
Previous Message Theo Kramer 1998-11-03 05:22:52 Re: [HACKERS] Re: Question on concurrency controls