plpgsql compile error on win32

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-hackers(at)postgresql(dot)org>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: plpgsql compile error on win32
Date: 2004-07-31 17:27:12
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE34BFA6@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-07-31 17:43:25 Re: Anybody have an Oracle PL/SQL reference at hand?
Previous Message Euler Taveira de Oliveira 2004-07-31 17:23:46 Re: Compile failure on nl_langinfo