Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 31124 invoked from network); 1 Mar 2006 18:16:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Mar 2006 18:16:28 -0000 Received: (qmail 78946 invoked by uid 500); 1 Mar 2006 18:17:15 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 78933 invoked by uid 500); 1 Mar 2006 18:17:15 -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 78922 invoked by uid 99); 1 Mar 2006 18:17:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 10:17:14 -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 [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 10:17:14 -0800 Received: from bco-exchange.bco.roguewave.com (bco-exchange.bco.roguewave.com [172.19.31.48]) by moroha.quovadx.com (8.13.4/8.13.4) with ESMTP id k21IFGvZ025177 for ; Wed, 1 Mar 2006 18:15:16 GMT Received: by bco-exchange.bco.roguewave.com with Internet Mail Service (5.5.2657.72) id ; Wed, 1 Mar 2006 11:16:12 -0700 Message-ID: <4FA4B7B3231C5D459E7BAD020213A94202948FD6@bco-exchange.bco.roguewave.com> From: Nicole Willson To: "'stdcxx-dev@incubator.apache.org'" Subject: RE: Problem with num_put on zOS Date: Wed, 1 Mar 2006 11:16:11 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N As far as I know the library was configured for zOS using sp6 code and that was simply adapted to sp7. I guess I don't know what you mean by configuring the library. I thought that was what I was doing by changing the rwc_std_11d.h file. Nicole Willson Consulting Engineer Rogue Wave Software, Inc. A Division of Quovadx 303-545-3210 -----Original Message----- From: Martin Sebor [mailto:sebor@roguewave.com] Sent: Wednesday, March 01, 2006 10:29 AM To: stdcxx-dev@incubator.apache.org Subject: Re: Problem with num_put on zOS Martin Sebor wrote: > Nicole Willson wrote: > >> As to how I configured the library: I did not. Someone set this up long >> before I got here and left the company. I've only made what tweaks were >> needed to the makefiles to get everything to build. And now I've tweaked >> the rwc_std_11d.h file, to define the NO_COLLAPSE macros listed >> below. I am >> not aware of anything more that is required to configure the library >> outside >> of RCB and ccd files. > > > It is critical that you reconfigure the library when you switch > environments, especially when you are moving from one OS to a > another that is likely to be quite different. I don't know much > about z/OS but from what I've heard it's nothing like anything > else out there. A compiler on such an OS is also likely to be > different than even the same compiler on another OS (just think > about IBM XLC++ on AIX and Linux and the differences between > the two). > > If you'd configure the library you'll almost certainly wind up This should be "If you don't reconfigure the library..." Martin > with a misconfigured product. You might get it to compile and > link, and if you're lucky you might even get programs to run > but you will run a huge risk of not adapting the library to > some obscure and otherwise hard to detect bugs or quirks. > > Martin