Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 79155 invoked from network); 22 Jul 2008 19:09:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jul 2008 19:09:40 -0000 Received: (qmail 87055 invoked by uid 500); 22 Jul 2008 19:09:39 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 87034 invoked by uid 500); 22 Jul 2008 19:09:39 -0000 Mailing-List: contact dev-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list dev@stdcxx.apache.org Received: (qmail 86965 invoked by uid 99); 22 Jul 2008 19:09:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 12:09:39 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.roguewave.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 19:08:45 +0000 Received: from nebula.bco.roguewave.com ([10.70.3.27]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m6MJ98hb006174 for ; Tue, 22 Jul 2008 19:09:08 GMT Message-ID: <48863055.8070004@roguewave.com> Date: Tue, 22 Jul 2008 13:09:09 -0600 From: Martin Sebor Organization: Rogue Wave Software, Inc. User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: dev@stdcxx.apache.org Subject: Re: Problem building with EDG eccp 3.10 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Eric Lemings wrote: > > >> -----Original Message----- >> From: Eric Lemings >> Sent: Tuesday, July 22, 2008 11:41 AM >> To: 'dev@stdcxx.apache.org' >> Subject: RE: Problem building with EDG eccp 3.10 >> >> >> Ah, I found an issue for it: >> https://issues.apache.org/jira/browse/STDCXX-800 > > Shouldn't the priority for this issue be raised to Major? I don't think so. It's not a "production" compiler, and our implementation when using it isn't meant to be generally useful. We use it only for strict conformance testing. Martin > >>> -----Original Message----- >>> From: Eric Lemings [mailto:Eric.Lemings@roguewave.com] >>> Sent: Tuesday, July 22, 2008 11:33 AM >>> To: dev@stdcxx.apache.org >>> Subject: Problem building with EDG eccp 3.10 >>> >>> >>> I'm trying to do a build on Linux with EDG eccp 3.10. I >> keep getting >>> the following errors during configuration. >>> >>> creating BUILDDIR=/build/stdcxx-4.2.x-12D-eccp >>> generating /build/stdcxx-4.2.x-12D-eccp/makefile.in from >>> /source/stdcxx/branches/4.2.x/etc/config/eccp.config >>> make[1]: Entering directory `/build/stdcxx-4.2.x-12D-eccp' >>> make[2]: Entering directory `/build/stdcxx-4.2.x-12D-eccp/include' >>> make config >>> make[3]: Entering directory `/build/stdcxx-4.2.x-12D-eccp/include' >>> >>> configuring stdcxx 4.2.2 for eccp-3.10.1 on >>> linux-2.6.18-8.el5xen-x86_64 >>> >>> checking if the compiler is sane ok (invoked with >>> eccp) >>> checking if the linker is sane no >>> >>> int main () { return 0; } >>> eccp -D_RWSTD_SHARED_LIB -D_REENTRANT -I. -A -x >>> --template_directory=/build/stdcxx-4.2.x-12D-eccp/lib -O >>> --display_error_number --remarks --diag_suppress >>> 193,236,340,401,261,479,487,678,679,815 -c a.cpp -o a.o >>> eccp a.o >> --template_directory=/build/stdcxx-4.2.x-12D-eccp/lib -shared >>> /usr/lib/libpthread.so -lm -o a.out >>> eccp: unknown option: -shared >>> >>> What gives? >>> >>> Brad. >>>