On Fri, Sep 18, 2009 at 12:35 PM, Gabriel troisgros
<gabole...@hotmail.fr> 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