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

From: "Pedro J(dot) Lobo" <pjlobo(at)euitt(dot)upm(dot)es>
To: Stephane Bortzmeyer <bortzmeyer(at)pasteur(dot)fr>
Cc: pgsql-ports(at)postgreSQL(dot)org
Subject: Re: [PORTS] Port Bug Report: buf_init.c does not compile (spin lock problem?)
Date: 1999-06-18 12:57:04
Message-ID: Pine.OSF.4.05.9906181452580.32754-100000@haddock.euitt.upm.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

On Fri, 18 Jun 1999, Stephane Bortzmeyer wrote:

>
>[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(at)euitt(dot)upm(dot)es> wrote:
>
>> These flags correspond to the template 'alpha_gcc', not to 'alpha_cc',
>
>This was it. I forgot the old template. Thanks.

Good.

>There are still problems:
>
>Bison seems mandatory (Digital/Compaq's yacc makes errors)

I believe that you can use Compaq's yacc using the '-N' parameter to
increase the space available to build the LALR tables. I haven't checked
it, thouth.

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

Yes, this is a known issue. I don't use C++ myself, and I don't know
if/when I will have the time to look at it.

>ODBC does not compile.

I haven't checked it, either.

>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

Yes, it is very similar to the one I use, except that I don't specify any
template and I don't enable assertion checking.

Cheers,

Pedro.

--
-------------------------------------------------------------------
Pedro José Lobo Perea Tel: +34 91 336 78 19
Centro de Cálculo Fax: +34 91 331 92 29
E.U.I.T. Telecomunicación e-mail: pjlobo(at)euitt(dot)upm(dot)es
Universidad Politécnica de Madrid
Ctra. de Valencia, Km. 7 E-28031 Madrid - España / Spain

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Stephane Bortzmeyer 1999-06-18 13:28:47 Re: [PORTS] Port Bug Report: buf_init.c does not compile (spin lock problem?)
Previous Message Stephane Bortzmeyer 1999-06-18 12:04:54 Re: [PORTS] Port Bug Report: buf_init.c does not compile (spin lock problem?)