Return-Path: Delivered-To: apmail-incubator-stdcxx-user-archive@www.apache.org Received: (qmail 5691 invoked from network); 21 Sep 2006 14:33:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Sep 2006 14:33:59 -0000 Received: (qmail 38196 invoked by uid 500); 21 Sep 2006 14:33:59 -0000 Delivered-To: apmail-incubator-stdcxx-user-archive@incubator.apache.org Received: (qmail 38180 invoked by uid 500); 21 Sep 2006 14:33:59 -0000 Mailing-List: contact stdcxx-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-user@incubator.apache.org Delivered-To: mailing list stdcxx-user@incubator.apache.org Received: (qmail 38157 invoked by uid 99); 21 Sep 2006 14:33:59 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Sep 2006 07:33:59 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=nicoara@roguewave.com; spf=permerror X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received-SPF: error (idunn.apache.osuosl.org: domain roguewave.com from 208.30.140.160 cause and error) Received: from [208.30.140.160] ([208.30.140.160:32774] helo=moroha.quovadx.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id E2/3D-04092-6A2A2154 for ; Thu, 21 Sep 2006 07:33:13 -0700 Received: from qxvcexch01.ad.quovadx.com (qxvcexch01.ad.quovadx.com [192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id k8LEVeqi030554 for ; Thu, 21 Sep 2006 14:31:42 GMT Received: from [192.168.1.104] ([10.70.10.24]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 21 Sep 2006 08:32:14 -0600 Message-ID: <4512A26D.3010906@roguewave.com> Date: Thu, 21 Sep 2006 10:32:13 -0400 From: Liviu Nicoara User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: stdcxx-user@incubator.apache.org Subject: Re: Problem building stdcxx on Linux References: <61ceca540609210235t654bc4f5te9a6382475154214@mail.gmail.com> In-Reply-To: <61ceca540609210235t654bc4f5te9a6382475154214@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 21 Sep 2006 14:32:14.0633 (UTC) FILETIME=[BB6CC190:01C6DD8A] X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I think you misspelled BUILDDIR. Geoffrey Winn wrote: > Hi. I'm building stdcxx 4.1.3 on Red Hat Enterprise Linux 3 and I've > encountered a small problem. > > I've untarred the release into a root directory which is > > /home/tuscany/workspace/stdcxx/stdcxx-4.1.3 > > and then, foillowing the instructions in the readme I change directory to > there and launch a build via > > $ gmake BUILDIR=/home/tuscany/workspace/stdcxx/Release BUILDTYPE=12d > CONFIG= > gcc.config > > Intending to build an optimised, thread-safe shareable library. It does > basically work. However, there is no "Release" directory created as the > readme suggests that there would be. As best can tell teh build is being > done in the /home/tuscany/workspace/stdcxx/stdcxx-4.1.3/build directory > instead. > > Did I miss something? > > Thanks in advance. > > Geoff. >