Re: [ADMIN] pgsql 6.4.2 build error

1999-01-14 Thread Vincent RUIZ
>The ODBC code generally tends to be troublesome in my experience -- I >had to fix some stuff there to get it through the compiler (on DEC Alpha >and SGI, the compilers didn't like the C++ style comments and also, I had >to change lines 64 and 94 in misc.c from "char *args;" to "va_list args;". >I

Re: [ADMIN] pgsql 6.4.2 build error

1999-01-13 Thread Jan Kim
On Wed, Jan 13, 1999 at 06:48:54PM +0100, Vincent RUIZ wrote: > ./configure --with-template=linux_ppc --with-tcl --with-perl --with-odbc > -- with-x > gmake all > gcc -I../../include -I../../backend -O2 -Wall -Wmissing-prototypes > -I. -DHAVE_CONFIG_H -fpic -c mis > c.c -o misc.o > misc.c:61

[ADMIN] pgsql 6.4.2 build error

1999-01-13 Thread Vincent RUIZ
Hi all, I have already asked this question, but I had no answers, so I reask. I tried to build pgsql but there's a compilation error. The same error in versions 6.4.1 and 6.4.2. I typed : ./configure --with-template=linux_ppc --with-tcl --with-perl --with-odbc -- with-x gmake all everything s