| From: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
|---|---|
| To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, devrim(at)gunduz(dot)org |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Compilation failes in CVS tip |
| Date: | 2004-06-19 09:30:50 |
| Message-ID: | 40D407CA.3000406@pse-consulting.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tatsuo Ishii | 2004-06-19 10:52:38 | ALTER TABLE with Tablespace? |
| Previous Message | Andreas Pflug | 2004-06-19 09:17:54 | Re: Tablespace patch review |