Update PL interpreters for 8.4
Started by Dave Pageabout 17 years ago2 messageshackers
The MSVC++ build system is a little lacking in it's ability to build
against different versions of Perl and TCL. The attached patch doesn't
fix that (unfortunately), but does update the hard-coded library names
so we can use Perl 5.10 and TCL 8.5 with PG 8.4.
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
Attachments:
pl-libs.diffapplication/octet-stream; name=pl-libs.diffDownload+18-18
Re: Update PL interpreters for 8.4
Dave Page wrote:
The MSVC++ build system is a little lacking in it's ability to build
against different versions of Perl and TCL. The attached patch doesn't
fix that (unfortunately), but does update the hard-coded library names
so we can use Perl 5.10 and TCL 8.5 with PG 8.4.
Applied, thanks.
//Magnus