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 target/15253] __eprintf link issue for c++ on solaris 2.6


------- Additional Comments From nick dot thurn at db dot com  2004-05-14 08:48 -------
Subject: Re:  __eprintf link issue for c++ on solaris 2.6


kilmer: ~/gcc/lib>nm -Al libstdc++.so.* libgcc_s.so.1 *.a | tee file | grep eprintf
libstdc++.so.6:         U __eprintf
libstdc++.so.6.0.0:         U __eprintf
libstdc++.a:debug.o:         U __eprintf        /apps/race/home/nickt/src/obj/sparc-sun-solaris2.6/libstdc++-v3/src/../../../../gcc-3.4.0/libstdc++-v3/src/debug.cc:489

Looks like it's the standard library.
I ran the same query on the libs in our gcc-3.3.1 install an there is no __eprintf symbol.

cheers
Nick

CBTO-GRT IT Sydney
+61-2-9258-1394




--

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.




-- 


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


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