On Thursday 19 September 2002 12:28 am, Ricardo Javier Cardenes Medina wrote: > Hi. > > I've managed to solve the problems with HP PA-RISC arch. It seems that (at > least with gcc 3.0.4), HPPA doesn't like huge compiles (long branches, in > fact), so I do not recommend to use the '-c' option with it. Even > compiling it the regular way, there are linking-time problems, and I > solved them with these two extra flags: > > -ffunction-sections -Wl,--stub-group-size=25000 > > I got the solution from Debian Qt's package. I've not played too much with > the value for --stub-group-size, and I'm using the same that of Qt package, > as it just works. > > Maybe Phil wants to add this info to the README for PyQt
It would be better if you wrote the README and I'll include it with the source. Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
