Thread code not vpath-safe

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Thread code not vpath-safe
Дата
Msg-id 20040426152712.GB11777@dcc.uchile.cl
обсуждение исходный текст
Ответы Re: Thread code not vpath-safe  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Erwin Moller
Дата:
Сообщение: Is this possible? concatenating results from a subquery
Следующее
От: David Costa
Дата:
Сообщение: Re: [pgsql-advocacy] What can we learn from MySQL?