public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Gokhan Kisacikoglu <kisa@centropolisfx.com>
To: andy <andy@softbook.com>
Cc: gcc-help@gcc.gnu.org
Subject: Re: wstring and gcc
Date: Mon, 30 Sep 2002 08:15:00 -0000	[thread overview]
Message-ID: <3D986AE3.9074792B@centropolisfx.com> (raw)
In-Reply-To: <B9BCC094.6F60%andy@softbook.com>

This did not work for me either;

#include <string>

int main()
{
    std :: wstring foo;
    return 0;
}

%> g++ -o tt tt.cpp
ld32: ERROR   33 : Unresolved text symbol "std::basic_string<wchar_t,
std::char_traits<wchar_t>, std::allocator<wchar_t>
>::basic_string[in-charge]()" -- 1st referenced by /tmp/ccHkNfJj.o.
        Use linker option -v to see when and which objects, archives and
dsos are loaded.  
ld32: ERROR   33 : Unresolved text symbol "std::basic_string<wchar_t,
std::char_traits<wchar_t>, std::allocator<wchar_t> >::~basic_string
[in-charge]()" -- 1st referenced by /tmp/ccHkNfJj.o.
        Use linker option -v to see when and which objects, archives and
dsos are loaded.  
ld32: INFO    152: Output file removed because of error.
collect2: ld returned 2 exit status


What's that [in-charge] mean?

Gokhan

  reply	other threads:[~2002-09-30 15:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-25 11:30 andy
2002-09-29 16:16 ` andy
2002-09-30  8:15   ` Gokhan Kisacikoglu [this message]
2002-10-03  9:21     ` andy
2002-10-03 10:22       ` Gokhan Kisacikoglu
2002-10-03 12:09         ` andy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D986AE3.9074792B@centropolisfx.com \
    --to=kisa@centropolisfx.com \
    --cc=andy@softbook.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).