Re: src/timezone/pgtz __imp__my_exec_path - Mailing list pgsql-hackers

From Reini Urban
Subject Re: src/timezone/pgtz __imp__my_exec_path
Date
Msg-id 417FE638.8090209@x-ray.at
Whole thread Raw
In response to Re: src/timezone/pgtz __imp__my_exec_path  ("Magnus Hagander" <mha@sollentuna.net>)
Responses Re: src/timezone/pgtz __imp__my_exec_path  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Magnus Hagander schrieb:
>>beta4 - cygwin:
>>postgres.exe fails to build, because __imp__my_exec_path from
>>src/timezone/pgtz.o cannot be resolved. previously it was not
>>imported.
>
> This could be related to the patch that went in last weekend to fix
> compiles on Win32. DLLIMPORT was added to the header. If the Makefile
> did not change, then that is your problem - that patch changed botht he
> makefile and the header. See
> http://archives.postgresql.org/pgsql-committers/2004-10/msg00321.php
>
> Does CYGWIN perhaps need the same Makefile patch?

You only patched your Makefile.win32, not Makefile.cygwin. That's it. It
builds fine now.

Please add also

ifneq (,$(findstring timezone,$(subdir)))
override CPPFLAGS+= -DBUILDING_DLL
endif

to the Makefile.cygwin.
Without it doesn't break just contrib/tsearch, it even breaks cygwin
postmaster.

Maybe all win32.mak and bcc32.mak must also be checked. Does anybody do
the msvc/borland suites?
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: 8.0b4: COMMIT outside of a transaction echoes ROLLBACK
Next
From: "Magnus Hagander"
Date:
Subject: Re: src/timezone/pgtz __imp__my_exec_path