Hi, if I understand this correctly the missing symbol is provided by libgcc_s.so.1, not by glibc: nm -D --defined-only /lib/libgcc_s.so.1 | grep __fixunsdfdi 000017c0 T __fixunsdfdi Glibc only provides these symbols versioned as @GLIBC_2_0 on some architectures for backward compatibility. The program works without problems when one uses: LD_PRELOAD=/lib/libgcc_s.so.1 dcgui so I think something went wrong when linking this program. IMHO there's nothing glibc can do about it. Regards, -- Guido
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

