Re: [HACKERS] Thread code not vpath-safe

2004-04-26 Thread Alvaro Herrera
On Mon, Apr 26, 2004 at 03:09:48PM -0400, Bruce Momjian wrote: > > OK, I worked with Alvaro via IM and it is fixed now. It worked cleanly for me. Thanks. Also, the thread flags look correct, but then I'm not a "threaded person." -- Alvaro Herrera () "Tiene valor aquel que admite que es un cob

Re: [HACKERS] Thread code not vpath-safe

2004-04-26 Thread Bruce Momjian
OK, I worked with Alvaro via IM and it is fixed now. --- Alvaro Herrera wrote: > On Mon, Apr 26, 2004 at 01:15:13PM -0400, Bruce Momjian wrote: > > Alvaro Herrera wrote: > > > The thread testing program is not nice to a vpat

Re: [HACKERS] Thread code not vpath-safe

2004-04-26 Thread Bruce Momjian
Alvaro Herrera wrote: > The thread testing program is not nice to a vpath build. I see this > error: > > checking for gmake... gmake > checking thread safety of required library functions... Makefile:13: > ../../../src/Makefile.global: No such file or directory > gmake: *** No rule to make targe

Re: [HACKERS] Thread code not vpath-safe

2004-04-26 Thread Alvaro Herrera
On Mon, Apr 26, 2004 at 01:15:13PM -0400, Bruce Momjian wrote: > Alvaro Herrera wrote: > > The thread testing program is not nice to a vpath build. I see this > > error: > > (Basically what I'm doing is create an empty directory, cd to it and > > then call ../sourcedir/configure --enable-thread-s

[HACKERS] Thread code not vpath-safe

2004-04-26 Thread Alvaro Herrera
The thread testing program is not nice to a vpath build. I see this error: checking for gmake... gmake checking thread safety of required library functions... Makefile:13: ../../../src/Makefile.global: No such file or directory gmake: *** No rule to make target `../../../src/Makefile.global'. S