C modules with gcc 3.0.x

Robert Nikander nikander at mindspring.com
Sun Nov 11 17:59:40 EST 2001


In article <qnkr8r5ufe1.fsf at arbutus.physics.mcmaster.ca>, "David M. Cooke"
<cookedm+news at physics.mcmaster.ca> wrote:
> Well, I think that's pretty obvious :-) The loader can't find the
> 'libgcc_s.so.1' library. GCC 3, instead of statically linking in a
> runtime library libgcc.a, now links to a shared library instead. Check
> to see if you have it somewhere (probably in /lib). Otherwise, you'll

Doh!  ldconfig makes an ass of me every time. (I had recently compiled and
installed gcc 3.0.2 and as usual forgot to run it...)  

thanks,
Rob



More information about the Python-list mailing list