| From: | Stephane Bortzmeyer <bortzmeyer(at)pasteur(dot)fr> |
|---|---|
| To: | "Pedro J(dot) Lobo" <pjlobo(at)euitt(dot)upm(dot)es> |
| Cc: | pgsql-ports(at)postgreSQL(dot)org, bortzmeyer(at)pasteur(dot)fr |
| Subject: | Re: [PORTS] Port Bug Report: buf_init.c does not compile (spin lock problem?) |
| Date: | 1999-06-18 12:04:54 |
| Message-ID: | 199906181204.OAA01175@ezili.sis.pasteur.fr |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(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.
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-line options 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pedro J. Lobo | 1999-06-18 12:57:04 | Re: [PORTS] Port Bug Report: buf_init.c does not compile (spin lock problem?) |
| Previous Message | Pedro J. Lobo | 1999-06-18 08:45:34 | Re: [PORTS] Port Bug Report: buf_init.c does not compile (spin lock problem?) |