On Mon, Apr 22, 2002 at 12:00:31AM -0400, David Hand wrote: > > Index: hints/darwin.pl > =================================================================== > RCS file: /home/perlcvs/parrot/hints/darwin.pl,v > retrieving revision 1.4 > diff -u -r1.4 darwin.pl > --- hints/darwin.pl 8 Feb 2002 06:25:38 -0000 1.4 > +++ hints/darwin.pl 22 Apr 2002 03:45:49 -0000 > @@ -1,5 +1,6 @@ > $c{ccflags} .= " -I/sw/include"; > $c{ccflags} =~ s/-flat_namespace\s*//; > +$c{ldflags} =~ s/-flat_namespace\s*//; > $c{ldflags} .= " -L/sw/lib -flat_namespace "; > $c{libs} .= " -ldl"; > $c{cc_warn} = "-Wno-shadow"
You sure about that patch? Looks like you're removing it and adding it the next line.