Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 54363 invoked from network); 9 Apr 2007 16:18:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Apr 2007 16:18:00 -0000 Received: (qmail 88696 invoked by uid 500); 9 Apr 2007 16:18:00 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 88671 invoked by uid 500); 9 Apr 2007 16:18:00 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 88617 invoked by uid 99); 9 Apr 2007 16:18:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Apr 2007 09:18:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Apr 2007 09:17:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C579271407E for ; Mon, 9 Apr 2007 09:17:32 -0700 (PDT) Message-ID: <28763646.1176135452805.JavaMail.jira@brutus> Date: Mon, 9 Apr 2007 09:17:32 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Closed: (STDCXX-124) [gcc 3.4.4/FreeBSD 6.0] compilation errors due to misconfiguration In-Reply-To: <708326376.1137711702280.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-124. ------------------------------- Resolution: Fixed Fix Version/s: 4.2 The compilation issues have been resolved. The linker errors are a separate problem. > [gcc 3.4.4/FreeBSD 6.0] compilation errors due to misconfiguration > ------------------------------------------------------------------ > > Key: STDCXX-124 > URL: https://issues.apache.org/jira/browse/STDCXX-124 > Project: C++ Standard Library > Issue Type: Bug > Components: Configuration > Affects Versions: 4.1.3 > Environment: gcc 3.4.4, FreeBSD 6.0 > Reporter: Martin Sebor > Assigned To: Martin Sebor > Priority: Critical > Fix For: 4.2 > > > $ nice gmake BUILDTYPE=15s BUILDDIR=/tmp/sebor/gcc-3.4.4-15s > GNUmakefile:283: "CONFIG not specified, using gcc.config" > creating BUILDDIR=/tmp/sebor/gcc-3.4.4-15s > generating /tmp/sebor/gcc-3.4.4-15s/makefile.in from /tmp/sebor/trunk/etc/config/gcc.config > gmake[1]: Entering directory `/tmp/sebor/gcc-3.4.4-15s' > gmake[2]: Entering directory `/tmp/sebor/gcc-3.4.4-15s/include' > gmake config > gmake[3]: Entering directory `/tmp/sebor/gcc-3.4.4-15s/include' > configuring for gcc-3.4.4 on freebsd-6.0-release-alpha > checking if compiler is sane ok > checking if linker is sane ok > checking if run environment is sane ok > checking system architecture LP64 little endian > ... > gmake[2]: Entering directory `/tmp/sebor/gcc-3.4.4-15s/lib' > gcc -c -I/tmp/sebor/trunk/include/ansi -D_RWSTDDEBUG -pthread -D_RWSTD_USE_CONFIG -I/tmp/sebor/gcc-3.4.4-15s/include -I/tmp/sebor/trunk/include -pedantic -nostdinc++ -g -W -Wall -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align /tmp/sebor/trunk/src/assert.cpp > gcc -c -I/tmp/sebor/trunk/include/ansi -D_RWSTDDEBUG -pthread -D_RWSTD_USE_CONFIG -I/tmp/sebor/gcc-3.4.4-15s/include -I/tmp/sebor/trunk/include -pedantic -nostdinc++ -g -W -Wall -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align /tmp/sebor/trunk/src/atomic-cxx.S > gcc -c -I/tmp/sebor/trunk/include/ansi -D_RWSTDDEBUG -pthread -D_RWSTD_USE_CONFIG -I/tmp/sebor/gcc-3.4.4-15s/include -I/tmp/sebor/trunk/include -pedantic -nostdinc++ -g -W -Wall -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align /tmp/sebor/trunk/src/bitset.cpp > In file included from /tmp/sebor/trunk/include/string:32, > from /tmp/sebor/trunk/include/bitset:27, > from /tmp/sebor/trunk/src/bitset.cpp:24: > /tmp/sebor/trunk/include/rw/_iosfwd.h:168: error: `_RWSTD_SEEK_SET' was not declared in this scope > /tmp/sebor/trunk/include/rw/_iosfwd.h:168: error: enumerator value for `__rw_beg' not integer constant > [... many other errors...] -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.