Re: [GENERAL] RC1, missing -lpthread when building with --disable-shared on i686

2004-12-10 Thread Frank van Vugt
I just confirmed that the same goes for: Linux 2.6.5-7.111.5-default, i686 i686 i386 GNU/Linux (SuSE v9.1) Makefile.global holds: PTHREAD_CFLAGS = -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS PTHREAD_LIBS= -lpthread Would you like confirmation for

Re: [GENERAL] RC1, missing -lpthread when building with --disable-shared on i686

2004-12-07 Thread Frank van Vugt
> What do you show for PTHREAD_* in Makefile.global? PTHREAD_CFLAGS = -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS PTHREAD_LIBS= -lpthread > Is this another platform where the library doesn't remember dependencies > used when it was built? It is Linux

[GENERAL] RC1, missing -lpthread when building with --disable-shared on i686

2004-12-07 Thread Frank van Vugt
L.S. I noticed the following : Workstation used to build RC1: 2.4.21-260-athlon, i686 athlon i386 GNU/Linux Configured with : ./configure --enable-thread-safety --disable-shared --prefix=/usr/src/postgresql/install