Thread code not vpath-safe - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Thread code not vpath-safe
Date
Msg-id 20040426152712.GB11777@dcc.uchile.cl
Whole thread Raw
Responses Re: Thread code not vpath-safe  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
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'.  Stop.
configure: error: Can not clean thread test directory.

(Basically what I'm doing is create an empty directory, cd to it and
then call ../sourcedir/configure --enable-thread-safety)

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Por suerte hoy explotó el califont porque si no me habría muerto
de aburrido"  (Papelucho)


pgsql-hackers by date:

Previous
From: Erwin Moller
Date:
Subject: Is this possible? concatenating results from a subquery
Next
From: David Costa
Date:
Subject: Re: [pgsql-advocacy] What can we learn from MySQL?