Re: Suggestion: Which Binary?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Wheeler <david(at)kineticode(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Suggestion: Which Binary?
Date: 2006-03-31 23:52:51
Message-ID: 5526.1143849171@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

David Wheeler <david(at)kineticode(dot)com> writes:
> But that's a PITA. I'd much rather have been able to tell configure
> *which* perl to use:

> ./configure --with-perl=/usr/bin/perl5.8.6

The more usual way to handle this sort of thing is to put each version
of perl in a different directory, and then you can alter PATH while
running configure to pick which one you want. I've got several versions
of perl on this machine that I select that way ... it doesn't require
any special smarts on the part of the perl-using program, and it scales
to handle multiple versions of other things like Tcl, too.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-04-01 00:01:18 Re: Suggestion: Which Binary?
Previous Message David Wheeler 2006-03-31 22:09:25 Re: Suggestion: Which Binary?

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-04-01 00:01:18 Re: Suggestion: Which Binary?
Previous Message David Wheeler 2006-03-31 22:09:25 Re: Suggestion: Which Binary?