Your message dated Sat, 12 Oct 2002 21:18:06 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#158581: g++-3.2: problem location header files has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 28 Aug 2002 03:03:48 +0000 >From [EMAIL PROTECTED] Tue Aug 27 22:03:48 2002 Return-path: <[EMAIL PROTECTED]> Received: from cpe00e02915899a.cpe.net.cable.rogers.com (natsumi.furryterror.org) [24.112.214.217] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 17jt7U-0001il-00; Tue, 27 Aug 2002 22:03:48 -0500 Received: from afong by natsumi.furryterror.org with local (Exim 3.35 #1 (Debian)) id 17jt7O-00005l-00; Tue, 27 Aug 2002 23:03:42 -0400 Subject: g++-3.2: problem location header files From: "Amy Fong" <[EMAIL PROTECTED]> To: "Debian Bug Tracking System" <[EMAIL PROTECTED]> X-Mailer: reportbug 1.99.50 Date: Tue, 27 Aug 2002 23:03:41 -0400 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Package: g++-3.2 Version: 1:3.2-0pre4 Severity: normal Upon linking my app, I get the following error: main.o: In function `std::basic_streambuf<char, std::char_traits<char> >::setg(char*, char*, char*)': /usr/include/g++-v3/bits/stl_map.h(.gnu.linkonce.t._ZNSt13_Format_cacheIcE6_S_getERSt8ios_base+0x75): undefined reference to `std::_Format_cache<char>::_Format_cache[in-charge]()' main.o: In function `main': <local filename...>:101: undefined reference to `std::_Format_cache<char>::_Format_cache[in-charge]()' collect2: ld returned 1 exit status It looks like g++-3.2 is using the header files under /usr/include/g++-* rather than /usr/include/c++/3.2? (Since _Format_cache isn't defined in libstdc++5-dev files) -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux natsumi 2.4.20-pre4-ac1 #1 Sun Aug 25 12:50:57 EDT 2002 i686 Locale: LANG=C, LC_CTYPE=C Versions of packages g++-3.2 depends on: ii gcc-3.2 1:3.2-0pre4 The GNU C compiler. ii gcc-3.2-base 1:3.2-0pre4 The GNU Compiler Collection (base ii libc6 2.2.5-14 GNU C Library: Shared libraries an ii libstdc++5-dev 1:3.2-0pre4 The GNU stdc++ library version 3 ( -- no debconf information --------------------------------------- Received: (at 158581-done) by bugs.debian.org; 12 Oct 2002 19:21:10 +0000 >From [EMAIL PROTECTED] Sat Oct 12 14:21:09 2002 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de [130.149.17.13] (root) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 180Roz-0006Nv-00; Sat, 12 Oct 2002 14:21:09 -0500 Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id VAA06981 for <[EMAIL PROTECTED]>; Sat, 12 Oct 2002 21:18:07 +0200 (MET DST) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.11.6+Sun/8.9.3) id g9CJI6g16475; Sat, 12 Oct 2002 21:18:06 +0200 (MEST) From: Matthias Klose <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[EMAIL PROTECTED]> Date: Sat, 12 Oct 2002 21:18:06 +0200 To: [EMAIL PROTECTED] Subject: Re: Bug#158581: g++-3.2: problem location header files In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Delivered-To: [EMAIL PROTECTED] Amy Fong writes: > > I assume main.o is compiled with g++-3.0. Although this part of the > > log is missing. > > Ah yes, whee mistake in my makefile. My bad.