[Distutils] help with gcc-3.1

Pete Shinners pete@shinners.org
Mon Aug 19 10:48:02 2002


apparantly one of my modules in pygame doesn't work correctly with gcc-3.1 
unless it has a special "-lgcc_s" added to the linker. is there any way i 
can detect this through the compiler classes?

i'm guessing the only way is to pipe "gcc --version" and parse the result, 
but i wanted to check in first. any ideas? perhaps i will only do this test 
if $CC is undefined?