Re: [GENERAL] Postgres 6.4.1 on DEC-ALPHA

From: Adriaan Joubert <a(dot)joubert(at)albourne(dot)com>
To: Carl Riches <riches(at)ms(dot)washington(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Postgres 6.4.1 on DEC-ALPHA
Date: 1998-12-23 18:20:36
Message-ID: 36813474.C49D5822@albourne.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I managed to compile postgres 6.4.1 without too much hassle, with the
following

./configure --with-CC=cc --without-CXX

There was only a single problem in

/data/build/pgsql/src/backend/port/snprintf.c

where around line 120 it should read

#ifndef HAVE_LONG_INT_64
static void fmtnum __P((long_long value, int base, int dosign, int ljust,
int le
n, int zpad));
#else
static void fmtnum __P((long value, int base, int dosign, int ljust, int
len, in
t zpad));
#endif

Then everything is fine. Don't even try with gcc -- I've also tried with
the gcc from egcs 1.0.3
and there are a lot of errors.

Problem is that even when postgres has compiled, it isn't working. I've
spent most of two days
on this now, but am back on 6.3.2 now (sigh).

Adriaan

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 1998-12-23 21:14:02 Re: [GENERAL] Postgres 6.4.1 on DEC-ALPHA
Previous Message Thomas G. Lockhart 1998-12-23 15:38:14 Re: NULL & NOT NULL