Re: Compilation failes in CVS tip

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: Compilation failes in CVS tip
Дата
Msg-id 40D407CA.3000406@pse-consulting.de
обсуждение исходный текст
Ответ на Compilation failes in CVS tip  (Devrim GUNDUZ <devrim@gunduz.org>)
Ответы Re: Compilation failes in CVS tip  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Devrim GUNDUZ wrote:

>======================================================================
>
>Below are the relevant lines in 
>/home/pgsql75/pgsql/src/interfaces/libpq/Makefile:
>
>======================================================================
>ifeq ($(PTHREAD_H_WIN32))
>pthread.h : % : $(top_srcdir)/src/interfaces/libpq/pthread.h.win
>        rm -f $@ && $(LN_S) $< .
>endif
>======================================================================
>
>  
>
pthread.h.win is the pthread partial emu for win32 libpq (compilable 
with win32.mak), which shouldn't be mentioned in Linux Makefile at all 
(copying to pthread.h would override /usr/include/pthread.h, we don't 
want that). Might be caused by Bruce's change to the native win32 port.

Regards,
Andreas





В списке pgsql-hackers по дате отправления:

Предыдущее
От: Devrim GUNDUZ
Дата:
Сообщение: Compilation failes in CVS tip
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: ALTER TABLE with Tablespace?