From owner-freebsd-stable Wed Jan 5 7:52:23 2000 Delivered-To: freebsd-stable@freebsd.org Received: from evil.2y.net (port-1-244.adsl.one.net [216.23.20.244]) by hub.freebsd.org (Postfix) with ESMTP id B8E4015192 for ; Wed, 5 Jan 2000 07:52:19 -0800 (PST) (envelope-from cokane@evil.2y.net) Received: (from cokane@localhost) by evil.2y.net (8.9.3/8.9.3) id KAA73137 for freebsd-stable@freebsd.org; Wed, 5 Jan 2000 10:54:58 -0500 (EST) (envelope-from cokane) Date: Wed, 5 Jan 2000 10:54:58 -0500 From: Coleman Kane To: freebsd-stable@freebsd.org Subject: Making -STABLE Message-ID: <20000105105458.A73118@evil.2y.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have made the PGCC 2.95.1 port and tried to compile the new stable system with it. Before I get flamed for this, I know that the sources are still made for the 2.7 GCC compiler. I was wondering when many of the discrepencies would be worked out in the source code. There are some simple things that prevent a successful build under any EGCS version, for example in /usr/src/contrib/gnu/libg++/libg++/src/ACG.cc, the variable randomStateTable[][3] is simply defined as type 'static' rather than 'static int'. This causes trouble on the compilation unless it is fixed. There are some other problems too. If I have a lot of time, I can compile some sources under GCC 2.95 and others under 2.7 when I absolutely can't fix them or don't feel like fixing them. Is 4.0-CURRENT expected to be GCC 2.95 'compliant'? --cokane To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message