This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/17505] <cmath> calls acosf(), ceilf(), and other functions missing from system libraries


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-10-03 06:59 -------
The symbols are properly exported if the compiler was configured to use the Sun
tools.  The symbols are indeed not exported if the compiler was configured to
use the GNU tools.  Declaring them in config/linker-map.gnu might have helped :-)

gax% nm libstdc++.a | grep cosf
00000000 T acosf
000002dc T cosf
gax% nm libstdc++.so | grep cosf
000a24cc t acosf
000a27a8 T cosf


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17505


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]