Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> It is building with thread.c but it should not be unless I am misreading
> the Makefile. The makefile processing in Project.pm doesn't look nearly
> powerful enough to handle this:
> # thread.c is needed only for non-WIN32 implementation of path.c
> ifneq ($(PORTNAME), win32)
> OBJS += thread.o
> endif
Hmm, sounds like a problem, but why was it not a problem before?
regards, tom lane
In response to
Responses
pgsql-hackers by date
| Next: | From: Andrew Dunstan | Date: 2007-10-01 03:51:11 |
| Subject: Re: Latest ecpg patch broke MSVC build |
| Previous: | From: Andrew Dunstan | Date: 2007-10-01 03:30:35 |
| Subject: Re: Latest ecpg patch broke MSVC build |