libstdc++/5408: Undefined Reference _Znaj From Library libstdc++
David Highley
dhighley@highley-recommended.com
Thu Jan 17 23:12:00 GMT 2002
"rodrigc@gcc.gnu.org wrote:"
>
> Synopsis: Undefined Reference _Znaj From Library libstdc++
>
> State-Changed-From-To: open->feedback
> State-Changed-By: rodrigc
> State-Changed-When: Thu Jan 17 21:31:09 2002
> State-Changed-Why:
> Is libstdc++.so from gcc 3.0.3 in your LD_LIBRARY_PATH?
> _Znaj is in libstdc++.so on my system:
>
> % nm libstdc++.so | grep Znaj
> 00048410 T _Znaj
> 00048450 T _ZnajRKSt9nothrow_t
>
> It demangles to:
> % c++filt _Znaj
> operator new[](unsigned)
>
> http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5408
>
My apologies, this is not a bug. It is application developers not being
up to date on the g++ compiler flag changes. This particular
application just happens to be a very good test of languages since it
uses; tcl, tk, c, c++, and python. It also uses the SDL amd smpeg
libraries. Try the game pysol. Sorry for the interruption.
http://www.oberhumer.com/opensource/pysol/
--
Regards,
David Highley Phone: (206) 669-0081
Highley Recommended, Inc. FAX: (253) 838-8509
2927 SW 339th Street Email: dhighley@highley-recommended.com
Federal Way, WA 98023-7732 WEB: http://www.highley-recommended.com
More information about the Gcc-bugs
mailing list