Dear All, I'm sorry if this not right to post here. I've got this error after upgrade my system. /usr/include/stdlib.h:208: undefined reference to `__srandom' /usr/include/stdlib.h:206: undefined reference to `__random' /usr/libip.a(net.o): In function `net_ip_connect': /home/seshadri/lib/net.c:281: undefined reference to `__setjmp' /usr/lib/libip.a(net.o): In function `net_connect': /home/seshadri/lib/net.c:387: undefined reference to `__setjmp' /usr/lib/libip.a(net.o): In function `net_read': /home/seshadri/lib/net.c:729: undefined reference to `__setjmp' /usr/lib/libcrypto.a(x509_def.o): In function `X509_load_verify_locations': x509_def.o(.text+0x133): undefined reference to `_xstat' x509_def.o(.text+0x174): undefined reference to `_xstat' /usr/lib/libcrypto.a(x509_crt.o): In function `X509_get_cert': x509_crt.o(.text+0x2a2): undefined reference to `_xstat' /usr/lib/libcrypto.a(read_pwd.o): In function `read_pw': read_pwd.o(.text+0x1f9): undefined reference to `__setjmp' I can't make my program. My environment is below: $ gcc -V Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.2/specs gcc version 2.95.2 20000220 (Debian GNU/Linux) $ ld -v GNU ld version 2.9.5 (with BFD 2.9.5.0.37) $ ldd -v ldd: version 1.9.11 Regards, Prasong Aroonruviwat - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/