Re: [svn:parrot] r18661 - trunk/config/init/hints

2007-05-30 Thread Andy Dougherty
On Mon, 28 May 2007, Nicholas Clark wrote: > On Sat, May 26, 2007 at 08:14:30PM -0700, [EMAIL PROTECTED] wrote: > > +++ trunk/config/init/hints/linux.pmSat May 26 20:14:29 2007 > > @@ -52,6 +52,9 @@ > > } > > } > > else { > > +# hide non-exported symbols > > +

Re: [svn:parrot] r18661 - trunk/config/init/hints

2007-05-29 Thread Will Coleda
Nicholas Clark writes: On Sat, May 26, 2007 at 08:14:30PM -0700, [EMAIL PROTECTED] wrote: Author: chromatic Date: Sat May 26 20:14:29 2007 New Revision: 18661 Modified: trunk/config/init/hints/linux.pm Log: Enable symbol hiding with GCC on Linux. This'll smoke out some of the errors

Re: [svn:parrot] r18661 - trunk/config/init/hints

2007-05-29 Thread Nicholas Clark
On Sat, May 26, 2007 at 08:14:30PM -0700, [EMAIL PROTECTED] wrote: > Author: chromatic > Date: Sat May 26 20:14:29 2007 > New Revision: 18661 > > Modified: >trunk/config/init/hints/linux.pm > > Log: > Enable symbol hiding with GCC on Linux. > > This'll smoke out some of the errors that plagu