Your message dated Wed, 23 Oct 2002 22:37:30 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#165800: g77-2.95: undefined reference to `__ctype_b' when 
linking multi-language binary
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; 21 Oct 2002 20:20:30 +0000
>From [EMAIL PROTECTED] Mon Oct 21 15:20:29 2002
Return-path: <[EMAIL PROTECTED]>
Received: from driftcreek.llnl.gov [128.115.137.34] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 183j2L-0006CW-00; Mon, 21 Oct 2002 15:20:29 -0500
Received: from driftcreek.llnl.gov (localhost [127.0.0.1])
        by driftcreek.llnl.gov (Postfix) with ESMTP
        id 0A97F8D7; Mon, 21 Oct 2002 13:19:58 -0700 (PDT)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Tom Epperly <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: g77-2.95: undefined reference to `__ctype_b' when linking
        multi-language binary
X-Mailer: reportbug 2.8
Date: Mon, 21 Oct 2002 13:19:57 -0700
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=0.6 required=5.0
        tests=SPAM_PHRASE_00_01
        version=2.41
X-Spam-Level: 

Package: g77-2.95
Version: 1:2.95.4-12
Severity: normal

I have a multi-language application. It used to compile fine. Now, it
has an undefined reference when linking.

[EMAIL PROTECTED]/hello/runF77]>g77 -g -O2 -o runF772C
helloclient.o ./.libs/libClient.a -L/usr/lib/gcc-lib/i386-linux/2.95.4
.../libC/.libs/libImpl.a
/home/epperly/current/linux/runtime/sidl/.libs/libsidl.a
.../../../runtime/sidl/.libs/libsidl.a -ldl -lg2c -lm -lc -ldl
/usr/lib/gcc-lib/i386-linux/2.95.4/libg2c.a(lread.o)(.text+0x1c6): In
function `l_R':
: undefined reference to `__ctype_b'
/usr/lib/gcc-lib/i386-linux/2.95.4/libg2c.a(lread.o)(.text+0x2f6): In
function `l_R':
: undefined reference to `__ctype_b'
/usr/lib/gcc-lib/i386-linux/2.95.4/libg2c.a(lread.o)(.text+0x3e4): In
function `l_R':
: undefined reference to `__ctype_b'
/usr/lib/gcc-lib/i386-linux/2.95.4/libg2c.a(lread.o)(.text+0x447): In
function `l_R':
: undefined reference to `__ctype_b'
/usr/lib/gcc-lib/i386-linux/2.95.4/libg2c.a(lread.o)(.text+0xceb): In
function `l_L':
: undefined reference to `__ctype_b'
/usr/lib/gcc-lib/i386-linux/2.95.4/libg2c.a(lread.o)(.text+0xfec): more
undefined references to `__ctype_b' follow
collect2: ld returned 1 exit status
[EMAIL PROTECTED]/hello/runF77]>

If I use g77-3.2 to link it, it works fine.
[EMAIL PROTECTED]/hello/runF77]>g77-3.2 -g -O2 -o runF772C
helloclient.o ./.libs/libClient.a -L/usr/lib/gcc-lib/i386-linux/3.2
.../libC/.libs/libImpl.a
/home/epperly/current/linux/runtime/sidl/.libs/libsidl.a
.../../../runtime/sidl/.libs/libsidl.a -ldl -lg2c -lm -lc -ldl
[EMAIL PROTECTED]/hello/runF77]>
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux driftcreek 2.4.19 #2 Fri Aug 23 14:04:32 PDT 2002 i686
Locale: LANG=C, LC_CTYPE=

Versions of packages g77-2.95 depends on:
ii  g77                          2:2.95.4-17 The GNU Fortran 77 compiler.
ii  gcc-2.95                     1:2.95.4-12 The GNU C compiler.
ii  libc6                        2.3.1-2     GNU C Library: Shared libraries an

-- no debconf information


---------------------------------------
Received: (at 165800-done) by bugs.debian.org; 23 Oct 2002 20:47:29 +0000
>From [EMAIL PROTECTED] Wed Oct 23 15:47:28 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 184SPY-0006Qf-00; Wed, 23 Oct 2002 15:47:28 -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 WAA06658;
        Wed, 23 Oct 2002 22:37:30 +0200 (MET DST)
Received: (from [EMAIL PROTECTED])
        by bolero.cs.tu-berlin.de (8.11.6+Sun/8.9.3) id g9NKbUa25876;
        Wed, 23 Oct 2002 22:37:30 +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: Wed, 23 Oct 2002 22:37:30 +0200
To: Tom Epperly <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#165800: g77-2.95: undefined reference to `__ctype_b' when 
linking multi-language binary
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-8.2 required=5.0
        tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01
        version=2.41
X-Spam-Level: 

fixed with  glibc-2.3.1-3

Tom Epperly writes:
> Package: g77-2.95
> Version: 1:2.95.4-12
> Severity: normal
> 
> I have a multi-language application. It used to compile fine. Now, it
> has an undefined reference when linking.
> 
> [EMAIL PROTECTED]/hello/runF77]>g77 -g -O2 -o runF772C
> helloclient.o ./.libs/libClient.a -L/usr/lib/gcc-lib/i386-linux/2.95.4
> .../libC/.libs/libImpl.a
> /home/epperly/current/linux/runtime/sidl/.libs/libsidl.a
> .../../../runtime/sidl/.libs/libsidl.a -ldl -lg2c -lm -lc -ldl
> /usr/lib/gcc-lib/i386-linux/2.95.4/libg2c.a(lread.o)(.text+0x1c6): In
> function `l_R':
> : undefined reference to `__ctype_b'
> /usr/lib/gcc-lib/i386-linux/2.95.4/libg2c.a(lread.o)(.text+0x2f6): In
> function `l_R':
> : undefined reference to `__ctype_b'
> /usr/lib/gcc-lib/i386-linux/2.95.4/libg2c.a(lread.o)(.text+0x3e4): In
> function `l_R':
> : undefined reference to `__ctype_b'
> /usr/lib/gcc-lib/i386-linux/2.95.4/libg2c.a(lread.o)(.text+0x447): In
> function `l_R':
> : undefined reference to `__ctype_b'
> /usr/lib/gcc-lib/i386-linux/2.95.4/libg2c.a(lread.o)(.text+0xceb): In
> function `l_L':
> : undefined reference to `__ctype_b'
> /usr/lib/gcc-lib/i386-linux/2.95.4/libg2c.a(lread.o)(.text+0xfec): more
> undefined references to `__ctype_b' follow
> collect2: ld returned 1 exit status
> [EMAIL PROTECTED]/hello/runF77]>
> 
> If I use g77-3.2 to link it, it works fine.
> [EMAIL PROTECTED]/hello/runF77]>g77-3.2 -g -O2 -o runF772C
> helloclient.o ./.libs/libClient.a -L/usr/lib/gcc-lib/i386-linux/3.2
> .../libC/.libs/libImpl.a
> /home/epperly/current/linux/runtime/sidl/.libs/libsidl.a
> .../../../runtime/sidl/.libs/libsidl.a -ldl -lg2c -lm -lc -ldl
> [EMAIL PROTECTED]/hello/runF77]>
> -- System Information:
> Debian Release: testing/unstable
> Architecture: i386
> Kernel: Linux driftcreek 2.4.19 #2 Fri Aug 23 14:04:32 PDT 2002 i686
> Locale: LANG=C, LC_CTYPE=
> 
> Versions of packages g77-2.95 depends on:
> ii  g77                          2:2.95.4-17 The GNU Fortran 77 compiler.
> ii  gcc-2.95                     1:2.95.4-12 The GNU C compiler.
> ii  libc6                        2.3.1-2     GNU C Library: Shared libraries 
> an
> 
> -- no debconf information
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Reply via email to