Re: [HACKERS] problems compiling CVS HEAD - LDAP auth and Kerberos

2006-03-16 Thread Stefan Kaltenbrunner
Tom Lane wrote: > "Albe Laurenz" <[EMAIL PROTECTED]> writes: > >>Compiling src/interfaces/libpq/fe-auth.c on Linux I get > > >>gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline >>-Wdeclaration-after-statement -fno-strict-aliasing >>-I../../../src/include -D_GNU_SOURCE -I/usr/kerberos/

Re: [HACKERS] problems compiling CVS HEAD - LDAP auth and Kerberos

2006-03-16 Thread Magnus Hagander
> > Compiling src/interfaces/libpq/fe-auth.c on Linux I get > > > gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline > > -Wdeclaration-after-statement -fno-strict-aliasing > > -I../../../src/include -D_GNU_SOURCE > -I/usr/kerberos/include -c -o > > auth.o auth.c > > auth.c:793:1: di

Re: [HACKERS] problems compiling CVS HEAD - LDAP auth and Kerberos

2006-03-16 Thread Tom Lane
"Albe Laurenz" <[EMAIL PROTECTED]> writes: > Compiling src/interfaces/libpq/fe-auth.c on Linux I get > gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline > -Wdeclaration-after-statement -fno-strict-aliasing > -I../../../src/include -D_GNU_SOURCE -I/usr/kerberos/include -c -o > auth.o au

Re: [HACKERS] problems compiling CVS HEAD - LDAP auth and Kerberos

2006-03-16 Thread Albe Laurenz
> Compiling src/interfaces/libpq/fe-auth.c on Linux I get [compiler error] Sorry to follow myself up, but I was talking about src/backend/libpq/auth.c Yours, Laurenz Albe ---(end of broadcast)--- TIP 4: Have you searched our list archives?

[HACKERS] problems compiling CVS HEAD - LDAP auth and Kerberos

2006-03-16 Thread Albe Laurenz
I have tried the --with-ldap option since I also intend to submit a patch that uses LDAP functionality. Compiling src/interfaces/libpq/fe-auth.c on Linux I get gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -fno-strict-aliasing -I../../../src/include -D_