Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 57245 invoked from network); 10 Jan 2006 06:57:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jan 2006 06:57:04 -0000 Received: (qmail 34288 invoked by uid 500); 10 Jan 2006 06:57:04 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 34276 invoked by uid 500); 10 Jan 2006 06:57:03 -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 34265 invoked by uid 99); 10 Jan 2006 06:57:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2006 22:57:03 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [128.195.24.168] (HELO scotch.ics.uci.edu) (128.195.24.168) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2006 22:57:03 -0800 Received: from scotch.ics.uci.edu (localhost [127.0.0.1]) by scotch.ics.uci.edu (8.12.11/8.12.11) with ESMTP id k0A6ugvF006841 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 9 Jan 2006 22:56:42 -0800 (PST) Received: (from jerenk@localhost) by scotch.ics.uci.edu (8.13.4+Sun/8.12.11/Submit) id k0A6ugBq006840 for stdcxx-dev@incubator.apache.org; Mon, 9 Jan 2006 22:56:42 -0800 (PST) X-Authentication-Warning: scotch.ics.uci.edu: jerenk set sender to justin@erenkrantz.com using -f Date: Mon, 9 Jan 2006 22:56:42 -0800 From: Justin Erenkrantz To: stdcxx-dev@incubator.apache.org Subject: Re: [VOTE] publish stdcxx 4.1.3 Message-ID: <20060110065642.GC939@scotch.ics.uci.edu> References: <43C1C0A0.7040401@roguewave.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43C1C0A0.7040401@roguewave.com> User-Agent: Mutt/1.5.11 X-Spam-Checker-Version: SpamAssassin 3.2.0-r232569 (2005-08-13) on scotch.ics.uci.edu X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=no version=3.2.0-r232569 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Sun, Jan 08, 2006 at 06:47:12PM -0700, Martin Sebor wrote: > I created a tarball of the stdcxx 4.1.3 branch (minus the docs/ > subdirectory): > http://svn.apache.org/repos/asf/incubator/stdcxx/branches/4.1.3/ > > and placed in my home directory: > http://people.apache.org/~sebor/stdcxx/stdcxx-incubating-4.1.3.tar.gz It doesn't build on Mac OS X 10.4.3. (Not sure that I tested it on Darwin earlier.) I get: ----- make config configuring for gcc-4.0.0 on darwin-8.3.0-power-macintosh checking if compiler is sane ok checking if linker is sane no int main () { return 0; } gcc -c -pedantic -nostdinc++ -Wall -W -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align -D_RWSTD_USE_CONFIG -I. a.cpp gcc a.o -lm -lsupc++ -o a.out /usr/bin/ld: can't locate file for: -lsupc++ collect2: ld returned 1 exit status ----- Is this a known issue? Finally, not a showstopper, but it'd be *really* nice if etc/config/README were moved to the top-level directory. =) -- justin