This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project. See the libstdc++ home page for more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
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