Your message dated Fri, 14 Sep 2001 16:36:27 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#112237: compiler versions.
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 14 Sep 2001 15:33:47 +0000
>From [EMAIL PROTECTED] Fri Sep 14 10:33:47 2001
Return-path: <[EMAIL PROTECTED]>
Received: from (seapine.com) [216.23.11.247] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 15huyQ-0001qC-00; Fri, 14 Sep 2001 10:33:47 -0500
Received: from balder.seapine.com [192.168.1.251] by seapine.com [127.0.0.1]
        with SMTP (MDaemon.v3.5.0.R)
        for <[EMAIL PROTECTED]>; Fri, 14 Sep 2001 11:33:36 -0400
Received: from balder.seapine.com (localhost [127.0.0.1])
        by localhost (8.12.0.Beta7/8.12.0.Beta7/Debian 8.12.0.Beta7-1) with 
ESMTP id f8EFUFpg029792
        for <[EMAIL PROTECTED]>; Fri, 14 Sep 2001 11:30:15 -0400
Received: (from [EMAIL PROTECTED])
        by balder.seapine.com (8.12.0.Beta7/8.12.0.Beta7/Debian 8.12.0.Beta7-1) 
id f8EFUE2j029788;
        Fri, 14 Sep 2001 11:30:14 -0400
X-Authentication-Warning: balder.seapine.com: dalcorn set sender to [EMAIL 
PROTECTED] using -f
Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: can't link against /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
X-Face: +GT&`y}rSVHq>&PvSIvtsy^RC6Agyxq)t+25D#'iTroOnA/'pcE$QD*WU1=WLS*OC\0y-kS
 |k+)w~x<On+~nkw**|X{sAHBiS2:_=w#<!?;UWm4|C05osQ8`jpRF+[o!wRPjV`tiTN~i'XXwZz3w=
 7|j)RyEq{~2v;Ht<;!)b'Ni[A{&xm,Myo6+w+#e
Reply-To: [EMAIL PROTECTED]
From: Doug Alcorn <[EMAIL PROTECTED]>
Date: 14 Sep 2001 11:30:04 -0400
Message-ID: <[EMAIL PROTECTED]>
Lines: 52
User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Academic Rigor)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-MDRemoteIP: 192.168.1.251
X-Return-Path: [EMAIL PROTECTED]
X-MDaemon-Deliver-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]


Package: libstdc++2.9-glibc2.1
Status: install ok installed
Priority: optional
Section: oldlibs
Installed-Size: 281
Maintainer: Debian GCC maintainers <[EMAIL PROTECTED]>
Source: egcs1.1 (1.1.2-4)
Version: 2.91.66-4
Depends: libc6 (>= 2.1.2)
Description: The GNU stdc++ library (old egcs version)
 This package contains an additional runtime library for C++ programs
 built with the gnu/egcs compiler version 1.1.x.

I have a project that ships binaries linked against libstdc++-2.9.0 in
order to achieve the greatest binary compatibility across linux
distributions.  I was using a potato box to build these binaries and
then upgraded to woody.  Now I can't link (output follows).  Note that
I had the same packages installed on the potato box as on the woody
box (i.e. libstdc++-2.10-dev as opposed to libstdc++-2.9-dev).

compile command and link error:

$ gcc -lstdc++-2-libc6.1-1-2.9.0 -lpthread -lm -o 
/mnt/devel/TestTrack/server/test/export/ttserver 
/mnt/devel/TestTrack/server/test/server/CEMailImport.o 
/mnt/devel/TestTrack/server/test/server/CSPThread.o 
/mnt/devel/TestTrack/server/test/server/CSPThreadMgr.o 
/mnt/devel/TestTrack/server/test/server/CTTAdminSession.o 
/mnt/devel/TestTrack/server/test/server/CTTSession.o 
/mnt/devel/TestTrack/server/test/server/CTTUserSessionMgr.o 
/mnt/devel/TestTrack/server/test/server/ErrorLogging.o 
/mnt/devel/TestTrack/server/test/server/MaintenanceThread.o 
/mnt/devel/TestTrack/server/test/server/SPServer.o 
/mnt/devel/TestTrack/server/test/server/SeapineDbCache.o 
/mnt/devel/TestTrack/server/test/server/SeapineServerDB.o 
/mnt/devel/TestTrack/server/test/server/TTMail.o 
-L/mnt/devel/TestTrack/server/test/export/lib -lcommon -lcbx -lPowerPlantWin 
-lDundas -lttxml
/usr/bin/ld: BFD internal error, aborting at ../../bfd/elf32-i386.c line 1771 
in elf_i386_relocate_section

/usr/bin/ld: Please report this bug.

collect2: ld returned 1 exit status


Related packages:
ii  libstdc++2.10               2.95.2-14       The GNU stdc++ library
ii  libstdc++2.10-dev           2.95.4-0.010810 The GNU stdc++ library 
(development files)
ii  libstdc++2.10-glibc2.2      2.95.4-0.010810 The GNU stdc++ library
ii  libstdc++2.8                2.90.29-2       The GNU stdc++ library (old 
egcs version)
ii  libstdc++2.9-glibc2.1       2.91.66-4       The GNU stdc++ library (old 
egcs version)

libstdc++-2.9-glibc2.1 depends on:
ii  libc6                       2.2.4-1         GNU C Library: Shared libraries 
and Timezone data

$ uname -a
Linux balder 2.2.18pre21 #2 Thu Apr 19 13:05:01 EDT 2001 i686 unknown





-- 
 (__) Doug Alcorn (mailto:[EMAIL PROTECTED] http://www.lathi.net)
 oo / PGP 02B3 1E26 BCF2 9AAF 93F1  61D7 450C B264 3E63 D543
 |_/  If you're a capitalist and you have the best goods and they're
      free, you don't have to proselytize, you just have to wait. 


---------------------------------------
Received: (at 112237-done) by bugs.debian.org; 14 Sep 2001 20:34:39 +0000
>From [EMAIL PROTECTED] Fri Sep 14 15:34:39 2001
Return-path: <[EMAIL PROTECTED]>
Received: from nevyn.res.cmu.edu (nevyn.them.org) [128.2.145.6] (mail)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 15hzfb-0006tx-00; Fri, 14 Sep 2001 15:34:39 -0500
Received: from drow by nevyn.them.org with local (Exim 3.32 #1 (Debian))
        id 15hzhL-0006ca-00; Fri, 14 Sep 2001 16:36:27 -0400
Date: Fri, 14 Sep 2001 16:36:27 -0400
From: Daniel Jacobowitz <[EMAIL PROTECTED]>
To: Doug Alcorn <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#112237: compiler versions.
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL 
PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.16i
In-Reply-To: <[EMAIL PROTECTED]>; from [EMAIL PROTECTED] on Fri, Sep 14, 2001 
at 04:05:57PM -0400
Delivered-To: [EMAIL PROTECTED]

On Fri, Sep 14, 2001 at 04:05:57PM -0400, Doug Alcorn wrote:
> 
> Daniel Jacobowitz <[EMAIL PROTECTED]> writes:
> 
> > That's correct.  You won't find the header files which describe things
> > in libstdc++2.9 either.  We don't support linking to it; you'll need to
> > build it yourself.
> > 
> > I strongly recommend using the .a for the CURRENT libstdc++.
> 
> Thanks for your speedy replies on this.  I guess I understand what my
> options are.  You can go ahead and close this bug out.

Consider it done :)

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


Reply via email to