Your message dated Tue, 19 Jun 2001 23:43:33 +0200
with message-id <[EMAIL PROTECTED]>
and subject line fixed in gcc-3.0-1
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; 16 Jun 2001 04:35:18 +0000
>From [EMAIL PROTECTED] Fri Jun 15 23:35:18 2001
Return-path: <[EMAIL PROTECTED]>
Received: from priss.bad-people-of-the-future.san-francisco.ca.us 
[::ffff:216.103.68.5] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 15B7nl-0005cb-00; Fri, 15 Jun 2001 23:35:18 -0500
Received: from evan by priss.bad-people-of-the-future.san-francisco.ca.us with 
local (Exim 3.22 #1 (Debian))
        id 15B7nA-0000BB-00
        for <[EMAIL PROTECTED]>; Fri, 15 Jun 2001 21:34:36 -0700
To: [EMAIL PROTECTED]
Subject: ld cannot find -lgcc_s
From: Evan Prodromou <[EMAIL PROTECTED]>
Organization: Evan Prodromou
X-PGP-Fingerprint: 1366 538C 1E7D 0093 C45B  1A50 A33C 1E7C 700A 0551
Date: 15 Jun 2001 21:34:36 -0700
Message-ID: <[EMAIL PROTECTED]>
Lines: 55
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.103
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: [EMAIL PROTECTED]

Package: gcj-3.0
Version: 1:3.0-0pre010613

Taking a simple Java program as follows:

---8<---
public class Hello {
    public static void main(String[] argv) {
        System.out.println("Hello, World!");
    }
}
---8<---

And trying to compile it with gcj-3.0 gives the following error:

---8<---
evan priss:~/tmp$ gcj-3.0 --main=Hello -o Hello Hello.java 
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
---8<---

I thought there might be something wrong with the entire compilation
system, so I tried to compile a short C file:

---8<---
#include <stdio.h>

int main(int argc, char** argv) {
  printf("Hello, World!\n");
  return 0;
}
---8<---

...which worked fine:

---8<---
evan priss:~/tmp$ gcc-3.0 -o hello hello.c 
evan priss:~/tmp$ ./hello 
Hello, World!
---8<---

By the way, there -is- a libgcc_s available:

---8<---
evan priss:~/tmp$ find /usr/lib -name *libgcc_s*
/usr/lib/gcc-lib/i386-linux/3.0/libgcc_s.so
---8<---

Suggestions and/or a fix would be lovely. B-)

~ESP

-- 
Evan Prodromou
[EMAIL PROTECTED]

---------------------------------------
Received: (at 101069-done) by bugs.debian.org; 19 Jun 2001 21:49:10 +0000
>From [EMAIL PROTECTED] Tue Jun 19 16:49:10 2001
Return-path: <[EMAIL PROTECTED]>
Received: from mail.cs.tu-berlin.de [::ffff:130.149.17.13] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 15CTN0-0002gE-00; Tue, 19 Jun 2001 16:49:10 -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 XAA14514;
        Tue, 19 Jun 2001 23:43:34 +0200 (MET DST)
Received: (from [EMAIL PROTECTED])
        by bolero.cs.tu-berlin.de (8.10.2+Sun/8.9.3) id f5JLhXN00334;
        Tue, 19 Jun 2001 23:43:33 +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: Tue, 19 Jun 2001 23:43:33 +0200
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED]
Subject: fixed in gcc-3.0-1
X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid
Delivered-To: [EMAIL PROTECTED]

fixed in gcc-3.0-1


Reply via email to