plpgsql compile error on win32 - Mailing list pgsql-hackers

From Magnus Hagander
Subject plpgsql compile error on win32
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34BFA6@algol.sollentuna.se
Whole thread Raw
Responses Re: plpgsql compile error on win32  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
With the latest commits, plpgsql no longer compiles on win32, because of
a link failure to pg_strcasecmp().

I fixed this locally by adding "-lpgport" to SHLIB_LINK in the makefile
in pl/plpgsql/src, but I'm not sure if that is the correct long-term
fix?

//Magnus



pgsql-hackers by date:

Previous
From: Euler Taveira de Oliveira
Date:
Subject: Re: Compile failure on nl_langinfo
Next
From: Tom Lane
Date:
Subject: Re: Anybody have an Oracle PL/SQL reference at hand?