Re: [PATCH] Hints must come early in Configure.pl

2007-03-27 Thread Andy Dougherty
On Tue, 27 Mar 2007, chromatic wrote: > On Sunday 25 March 2007 05:22, James Keenan wrote: > > > On Mar 24, 2007, at 11:53 PM, chromatic wrote: > > > On Saturday 24 March 2007 09:06, James Keenan wrote: > > >> < ld='c++', ldflags=' -L/usr/local/lib > > >> -L/Users/jimk/work/fresh/blib/lib -fl

Re: [PATCH] Hints must come early in Configure.pl

2007-03-27 Thread chromatic
On Sunday 25 March 2007 05:22, James Keenan wrote: > On Mar 24, 2007, at 11:53 PM, chromatic wrote: > > On Saturday 24 March 2007 09:06, James Keenan wrote: > >> < ld='c++', ldflags=' -L/usr/local/lib > >> -L/Users/jimk/work/fresh/blib/lib -flat_namespace ', --- > >>> ld='/usr/bin/g++-3.3

Re: [PATCH] Hints must come early in Configure.pl

2007-03-25 Thread James Keenan
On Mar 24, 2007, at 11:53 PM, chromatic wrote: On Saturday 24 March 2007 09:06, James Keenan wrote: < ld='c++', ldflags=' -L/usr/local/lib -L/Users/jimk/work/fresh/blib/lib -flat_namespace ', --- ld='/usr/bin/g++-3.3', ldflags=' -L/usr/local/lib -L/Users/jimk/work/fresh/blib/lib -f

Re: [PATCH] Hints must come early in Configure.pl

2007-03-24 Thread chromatic
On Saturday 24 March 2007 09:06, James Keenan wrote: > <     ld='c++', ldflags=' -L/usr/local/lib > -L/Users/jimk/work/fresh/blib/lib -flat_namespace ', --- > >     ld='/usr/bin/g++-3.3', ldflags=' -L/usr/local/lib > > -L/Users/jimk/work/fresh/blib/lib -flat_namespace ', What's the output of:

Re: [PATCH] Hints must come early in Configure.pl

2007-03-24 Thread James Keenan
On Mar 24, 2007, at 11:38 AM, chromatic wrote: We're probably just working around something weird on your system; it would be nice if we could figure out what it is and fix it for you. Is it possible to get a diff between the two configurations generated with and without this patch?

Re: [PATCH] Hints must come early in Configure.pl

2007-03-24 Thread chromatic
On Saturday 24 March 2007 05:26, James E Keenan wrote: > Andy Dougherty wrote: > > Hints need to come *before* inter/progs. The hints set up various > > platform-specific callbacks to be performed after the different programs > > are selected. Actually, I suspect they should even come before th

Re: [PATCH] Hints must come early in Configure.pl

2007-03-24 Thread James E Keenan
Andy Dougherty wrote: Hints need to come *before* inter/progs. The hints set up various platform-specific callbacks to be performed after the different programs are selected. Actually, I suspect they should even come before the init::install unit. Certainly in perl5's hints, there are a numb