Re: [PORTS] Port Bug Report: buf_init.c does not compile (spin lock problem?) - Mailing list pgsql-ports

From Stephane Bortzmeyer
Subject Re: [PORTS] Port Bug Report: buf_init.c does not compile (spin lock problem?)
Date
Msg-id 199906181204.OAA01175@ezili.sis.pasteur.fr
Whole thread Raw
In response to Re: [PORTS] Port Bug Report: buf_init.c does not compile (spin lock problem?)  ("Pedro J. Lobo" <pjlobo@euitt.upm.es>)
Responses Re: [PORTS] Port Bug Report: buf_init.c does not compile (spin lock problem?)
List pgsql-ports
[Pedro, feel free to forward to pgsql-ports, I have apparently no right to
write on it.]

On Friday 18 June 1999, at 10 h 45, the keyboard of "Pedro J. Lobo"
<pjlobo@euitt.upm.es> wrote:

> These flags correspond to the template 'alpha_gcc', not to 'alpha_cc',

This was it. I forgot the old template. Thanks.

There are still problems:

Bison seems mandatory (Digital/Compaq's yacc makes errors)

C++ code cannot be compiled with Digital's cxx compiler (because Postgres uses CFLAGS for the C++ compiler and the
command-lineoptions are not exactly the same, such as -std which does not exist on cxx). 

ODBC does not compile.

The following configure seems OK and compile until the end:

./configure --with-CC=cc --without-CXX -enable-cassert -with-perl --with-tcl --enable-locale --with-template=alpha_cc



pgsql-ports by date:

Previous
From: "Pedro J. Lobo"
Date:
Subject: Re: [PORTS] Port Bug Report: buf_init.c does not compile (spin lock problem?)
Next
From: "Pedro J. Lobo"
Date:
Subject: Re: [PORTS] Port Bug Report: buf_init.c does not compile (spin lock problem?)