swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] cannot install 0.9 version on red hat 7.2


From: Ricardo Pedroso
Subject: Re: [Swftools-common] cannot install 0.9 version on red hat 7.2
Date: Fri, 18 Sep 2009 13:23:52 +0100

On Fri, Sep 18, 2009 at 12:35 PM, Gabriel troisgros
<address@hidden> wrote:
> Hi and thanks for your reply
>
> i've changed the lines and still have errors:
>
> builtin.o(.text+0xb665): undefined reference to `__builtin_inf'
> collect2: ld returned 1 exit status
> make[1]: *** [swfc] Erreur 1
> make[1]: Quitte le répertoire `/usr/local/swftools-0.9.0/src'
> make: *** [all] Erreur 2
>

Try replace in lib/as3/builtin.c, around line 7748:
    _Infinity_constant.f = __builtin_inf();

by
    _Infinity_constant.f = HUGE_VAL;

and see if you can compile.

Again, this may be not the correct way.

Ricardo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]