This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
c_log not defined
- To: libstdc++@sourceware.cygnus.com
- Subject: c_log not defined
- From: "Martin v. Loewis" <martin@mira.isdn.cs.tu-berlin.de>
- Date: Fri, 16 Apr 1999 09:37:11 +0200
When linking an application with libstdc++ from CVS, I get messages
/usr/local/newabi/lib/libstdc++.so: undefined reference to `c_logf'
/usr/local/newabi/lib/libstdc++.so: undefined reference to `c_log'
This is on a i586-pc-linux-gnu system, with glibc 2.1.1. I noticed the
change
1998-10-8 Ulrich Drepper <drepepr@cygnus.com>
* math/cpow.c: Use c_log, not clog.
* math/cpowf.c: Likewise.
* math/cpowl.c: Likewise.
My library would support clog. What was the rationale for that change?
Martin