[PyKDE] Solved problems with HPPA
Phil Thompson
phil at river-bank.demon.co.uk
Thu Sep 19 09:43:00 BST 2002
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
More information about the PyQt
mailing list