Hi,
doing so creates a new problem on i386 (but works fine everywhere else).
As i386 has chronically too few registers the build will fail because on
GP register is missing while reloading a asm block. This can be worked
around with -O0 (better use no assembly at all on i386 than -O0) or
-fomit-frame-pointer (which will make debugging hard and as this is a
static library......). This is at least the case with gcc 4.0.2-3ubuntu1

Below are the compiler errors:
[...]
libpostproc/postprocess_template.c:1753: error: can't find a register in
class 'GENERAL_REGS' while reloading 'asm'
libpostproc/postprocess_template.c:2251: error: can't find a register in
class 'GENERAL_REGS' while reloading 'asm'
libpostproc/postprocess_template.c:2251: error: can't find a register in
class 'GENERAL_REGS' while reloading 'asm'
libpostproc/postprocess_template.c:1753: error: can't find a register in
class 'GENERAL_REGS' while reloading 'asm'
libpostproc/postprocess_template.c:1753: error: can't find a register in
class 'GENERAL_REGS' while reloading 'asm'

Bye



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to