On Thu, 15 Nov 2007, Paul Cochrane via RT wrote: > Andy, > > > Here are the warnings I got on my latest run, along with the number of > > times each one appeared: (this was with gcc-4.1.0 on Solaris/SPARC) > > <snip warnings summary> > > This is very helpful for me to try and improve the situtation. > Thanks! I'll switch off the visibility attribute warning if possible > and then I can start working through some of the other warnings. I > just need access to a gcc 4 box now...
At first glance, the visibility one looks like an attribute issue. To fix attribute detection, my first inclination would be to look at attributes.pm. Alas my last attempt to do something useful with that file went nowhere (see my patch at the end of [perl #44379]). -- Andy Dougherty [EMAIL PROTECTED]