Re: Compilation failes in CVS tip

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Cc: devrim(at)gunduz(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Compilation failes in CVS tip
Date: 2004-06-19 15:23:05
Message-ID: 200406191523.i5JFN5H04924@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Fix applied. Sorry.

---------------------------------------------------------------------------

Andreas Pflug wrote:
> 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
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruno Wolff III 2004-06-19 16:04:57 Re: email browser?
Previous Message Andrew Dunstan 2004-06-19 14:28:19 Re: Twelve days to feature freeze