Package: libc6-dev Version: 2.1.2-10 Severity: normal -lm -lieee cannot be used in shared mode. This prevents Erlang from building cleanly.
% gcc -shared -o t.so t.c -lm % gcc -shared -o t.so t.c -lieee % gcc -shared -o t.so t.c -lieee -lm % gcc -shared -o t.so t.c -lm -lieee ld: t.so: undefined versioned symbol name _LIB_VERSION@@GLIBC_2.0 ld: failed to set dynamic section sizes: Bad value Sam -- System Information Debian Release: potato Architecture: i386 Kernel: Linux antinea 2.2.13 #1 Mon Nov 8 12:40:02 CET 1999 i686 Versions of packages libc6-dev depends on: ii libc6 2.1.2-10 GNU C Library: Shared libraries an

