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]

undefined reference (global destructors keyed to ios::tie(void) const)


Hello,

I get the messages $SUBJECT while trying to generate executables.
nm -C libstdc++.a.2.9.0 | grep tie
says
U global destructors keyed to ios::tie(void) const
U global constructors keyed to ios::tie(void) const
00000038 T ios::tie(ostream *)
00000030 T ios::tie(void) const
???
This is with the latest snapshot on a SPARC/Solaris 2.6.
I tried both SUN as/ld and latest binutils to the same avail.
I got the same error messages with the line
__io_defs io_defs__;
in streambuf.ccm which vanished after
static __io_defs io_defs__;
so there seems to be a problem with global data?

Greetings

Franz Fehringer

-- 
Franz Fehringer
Cybersolutions
ff@cys.de



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