PPC build error regarding cc1plus and msse2 for qtpfsgui

Kevin Kofler kevin.kofler at chello.at
Tue Apr 28 21:58:16 UTC 2009


Douglas E. Warner wrote:
> My recent build [1] (buildlog [2]) of a new qtpfsgui is failing with the
> following error on PPC architectures:
> 
> cc1plus: error: unrecognized command line option "-msse2"
> 
> Any thoughts?

Patch that out. The app must not require SSE2 even on x86 as it'll break
support for older CPUs which you're supposed to support with the i586
packages. And on PPC it's definitely invalid, there's no form of SSE on
PPC. (There's Altivec.)

        Kevin Kofler




More information about the devel mailing list