> compile, the build failed when it attempted to link with the C-Compiler
> Library!!! The result was "multiple-symbol" errors. Why would it link
> with the 'C' ___COMPILER___????
>
> /usr/lib/gcc-lib/i586-unknown-linux/2.7.2/libgcc.a(_bb.o): In function `__bb_exit_func':
> _bb.o(.text+0x40): multiple definition of `__bb_exit_func'
Don't panic, libgcc.a is supposed to be linked with. It's not the
compiler, just a library of support functions. RTFM.
p.