Libgcc symbols

Joe Buck jbuck@racerx.synopsys.com
Tue Apr 17 17:57:00 GMT 2001


> >    __eprintf
> 
> Assert macro support.

__eprintf is an annoyance, frequently encountered (e.g. on Solaris) by
people who mix C code generated by gcc and by some other C compiler and
attempt to link it, thereby getting this one as an undefined symbol.

It would be nice to make it go away somehow, e.g. by relying on the vendor's
assert.h header.



More information about the Gcc mailing list