This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: c_log not defined
>>>>> Ulrich Drepper <drepper@cygnus.com> writes:
> Brendan Kehoe <brendan@cygnus.com> writes:
>> As I recall, the identifier `clog' is a reserved for the stream
>> object "clog". The method c_log should be coming from math/clog.c I
>> believe.
> Almost. Clog is *abused* in the AT&T streams implementation and we
> support it for compatibility.
In the past, we have renamed the symbol for iostreams clog (to __IO_clog)
because of conflicts with the system library (on Digital Unix, I think).
Jason