[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#158581: marked as done (g++-3.2: problem location header files)



Your message dated Sat, 12 Oct 2002 21:18:06 +0200
with message-id <15784.30062.721227.96636@gargle.gargle.HOWL>
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 afong@natsumi.furryterror.org Tue Aug 27 22:03:48 2002
Return-path: <afong@natsumi.furryterror.org>
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" <afong@natsumi.furryterror.org>
To: "Debian Bug Tracking System" <submit@bugs.debian.org>
X-Mailer: reportbug 1.99.50
Date: Tue, 27 Aug 2002 23:03:41 -0400
Message-Id: <E17jt7O-00005l-00@natsumi.furryterror.org>
Delivered-To: submit@bugs.debian.org

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 doko@cs.tu-berlin.de Sat Oct 12 14:21:09 2002
Return-path: <doko@cs.tu-berlin.de>
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 (daemon@bolero.cs.tu-berlin.de [130.149.19.1])
	by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id VAA06981
	for <158581-done@bugs.debian.org>; Sat, 12 Oct 2002 21:18:07 +0200 (MET DST)
Received: (from doko@localhost)
	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 <doko@cs.tu-berlin.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <15784.30062.721227.96636@gargle.gargle.HOWL>
Date: Sat, 12 Oct 2002 21:18:06 +0200
To: 158581-done@bugs.debian.org
Subject: Re: Bug#158581: g++-3.2: problem location header files
In-Reply-To: <E180RWf-0005zK-00@mokona.furryterror.org>
References: <[🔎] 15784.22518.309096.322087@gargle.gargle.HOWL>
	<E180RWf-0005zK-00@mokona.furryterror.org>
X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid
Delivered-To: 158581-done@bugs.debian.org

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.



Reply to: