Update PL interpreters for 8.4

Started by Dave Pageabout 17 years ago2 messageshackers
Jump to latest
#1Dave Page
dpage@pgadmin.org

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
#2Magnus Hagander
magnus@hagander.net
In reply to: Dave Page (#1)
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