This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Problem with cerr
- From: jblazi <jblazi at gmx dot de>
- To: libstdc++ at gcc dot gnu dot org
- Date: Sat, 14 Dec 2002 08:54:06 +0100
- Subject: Problem with cerr
I should like to extend Python with a third party C++ library and my own C++
code. In the third party library they use cerr to display error messages, but
when I create the shared library I need for Python, the symbol cerr is simply
not defined.
I tried to declare all kinds of
" _IO_ostream_withassign cerr"-s, but without no success.
Could somebody help me?
TIA,
--
Janos Blazi