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:

[perl #42045] [PATCH] add return statement to clone in iterator.pmc

2007-03-24 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #42045] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42045 > hi, attached a patch that adds a return statement to clone in iterator.pmc (which wa

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

[svn:parrot-pdd] r17711 - trunk/docs/pdds/draft

2007-03-24 Thread jonathan
Author: jonathan Date: Sat Mar 24 08:13:06 2007 New Revision: 17711 Modified: trunk/docs/pdds/draft/pdd15_objects.pod Log: [PDD15]: Incorporate some changes and updates. Also add a proposal for role conflict resolution, based upon the traits paper and discussion with allison++. Modified: tru

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