X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <ed4892840709240936ga983f0r2ecc6dd7afb8d2d1@mail.gmail.com>
Date: Tue, 25 Sep 2007 00:36:36 +0800
From: "Steven Woody" <narkewoody@gmail.com>
To: cygwin@cygwin.com
Subject: what i need to compile c++/std programs?
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

hi,

i am compiling a program which used std stuffs, but results in a lot
of error messages, such as  below:

/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/locale_facets.tcc:2498:
undefined reference to `std::basic_string<cha
r, std::char_traits<char>, std::allocator<char> >::size() const'
/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/locale_facets.tcc:2507:
undefined reference to `std::basic_string<cha
r, std::char_traits<char>, std::allocator<char> >::operator[](unsigned
int) const'
/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/locale_facets.tcc:2509:
undefined reference to `std::basic_string<cha
r, std::char_traits<char>, std::allocator<char> >::operator[](unsigned
int) const'
/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/locale_facets.tcc:2512:
undefined reference to `std::basic_string<cha
r, std::char_traits<char>, std::allocator<char> >::operator[](unsigned
int) const'

i think some std library was not linked in, but i dont know how to :-(

thanks in advance.

-
woody

-- 
woody

then sun rose thinly from the sea and the old man could see the other
boats, low on the water and well in toward the shore, spread out
across the current.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

