Weird. I just upgraded to latest libgcc1. Everything seems to work alright.
NOTE: I am not a GCC maintainer :) *** Std libs libgcc1 3.3-2 3.3-2 GCC support library gcc --version gcc (GCC) 3.3 (Debian) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. lrwxrwxrwx 1 root root 9 May 15 10:40 /usr/bin/python -> python2.2 [EMAIL PROTECTED]:~$ ldd /usr/bin/python libdl.so.2 => /lib/libdl.so.2 (0x4001f000) libpthread.so.0 => /lib/libpthread.so.0 (0x40023000) libutil.so.1 => /lib/libutil.so.1 (0x40072000) libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40075000) libm.so.6 => /lib/libm.so.6 (0x40121000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40142000) libc.so.6 => /lib/libc.so.6 (0x40149000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) [EMAIL PROTECTED]:~$ python Python 2.2.2 (#1, Mar 21 2003, 23:01:54) [GCC 3.2.3 20030316 (Debian prerelease)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>>