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; 18 Jun 2001 17:45:12 +0000
>From [EMAIL PROTECTED] Mon Jun 18 12:45:12 2001
Return-path: <[EMAIL PROTECTED]>
Received: from morsig.xs4all.nl (fog.mors.wiggy.net) [::ffff:213.84.43.14] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 15C35L-0002AO-00; Mon, 18 Jun 2001 12:45:11 -0500
Received: from fog.mors.wiggy.net (IDENT:b0/h0pG9U99x52S/[EMAIL PROTECTED] 
[127.0.0.1])
        by localhost (8.12.0.Beta10/8.12.0.Beta10/Debian 8.12.0.Beta10) with 
ESMTP id f5IHcx7q025415;
        Mon, 18 Jun 2001 19:39:00 +0200
Received: (from [EMAIL PROTECTED])
        by fog.mors.wiggy.net (8.12.0.Beta10/8.12.0.Beta10/Debian 
8.12.0.Beta10) id f5IHcvEK025412;
        Mon, 18 Jun 2001 19:38:57 +0200
Message-Id: <[EMAIL PROTECTED]>
From: Wichert Akkerman <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: refuses to compile a simple source
X-Reportbug-Version: 1.18
X-Mailer: reportbug 1.18
Date: Mon, 18 Jun 2001 19:38:57 +0200
Delivered-To: [EMAIL PROTECTED]

Package: g++-3.0
Version: 1:3.0-0pre010613
Severity: important
Tags: sid

This is midly annoying:

> g++-3.0 -o xxx xxx.C
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exist status

This is the xxx.C source:

------------------------------------------------------------------------------

#ifdef SYS_POLL_MISSING /* { */
struct pollfd { int fd; short events; short revents; };
extern "C" int poll(struct pollfd *ufds, unsigned int nfds, int timeout);
#define POLLIN      0x0001
#define POLLPRI     0x0002
#define POLLOUT     0x0004
#define POLLERR     0x0008
#define POLLHUP     0x0010
#define POLLNVAL    0x0020
#else /* } { */
#include <sys/poll.h>
#endif /* } */
int main() {
  struct pollfd fds[3];
  return poll(fds, 3, 700);
}
------------------------------------------------------------------------------

Wichert.

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux fog 2.2.19+ext3+ipsec #1 Thu Apr 12 17:22:37 CEST 2001 i686
Locale: LANG=en_GB.ISO-8859-1, LC_CTYPE=en_GB.ISO-8859-1

Versions of packages g++-3.0 depends on:
ii  gcc-3.0                 1:3.0-0pre010613 The GNU C compiler.               
ii  gcc-3.0-base            1:3.0-0pre010613 The GNU compiler collection (base 
ii  libc6                   2.2.3-6          GNU C Library: Shared libraries an
ii  libstdc++3-dev          1:3.0-0pre010613 The GNU stdc++ library version 3 (


---------------------------------------
Received: (at 101346-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