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

Bug#179781: __fixunsdfdi should be provided by libgcc_s.so.1



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



Reply to: