On Sat, Jul 28, 2012 at 01:54:50PM +0100, peter green wrote: > 01234567890123456789012345678901234567890123456789012345678901234567890123456789 > >Current version 3.1.0~rc2-1 seems ok on all archs, but for ppc > >where it fails to build with something that looks like a compiler > >issue. > Based on > https://bugs.launchpad.net/ubuntu/+source/spatialite/+bug/1012976 > and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28904 it would > appear that the issue is that gcc chokes on building massive files > on powerpc with PIC (your file compiles sucessfully if -fPIC is > removed) and the gcc developers don't consider this a bug. > > The ubuntu guys suggested soloution is to modify the program that > generates the massive C files to generate a collection of smaller C > files instead. > >
Spatialte and sqlite traditionally use a compact (amalgamation) flavor with all files collated together before building. Maybe that's due to limits in optimization capability? -- Francesco P. Lovergine -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/20120728152620.GA4805@mithrandir

