Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 25774 invoked from network); 19 Sep 2007 21:30:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Sep 2007 21:30:34 -0000 Received: (qmail 4929 invoked by uid 500); 19 Sep 2007 21:30:25 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 4916 invoked by uid 500); 19 Sep 2007 21:30:25 -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 4905 invoked by uid 99); 19 Sep 2007 21:30:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2007 14:30:25 -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; Wed, 19 Sep 2007 21:30:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 235667141FE for ; Wed, 19 Sep 2007 14:30:13 -0700 (PDT) Message-ID: <8256243.1190237413140.JavaMail.jira@brutus> Date: Wed, 19 Sep 2007 14:30:13 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Closed: (STDCXX-274) [Compaq C++] unsats for __rw_pod_array::append() In-Reply-To: <15487604.1155508273821.JavaMail.jira@brutus> 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-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-274. ------------------------------- Resolution: Fixed I don't see these unsats anymore so closing (the related STDCXX-406 is still pending). > [Compaq C++] unsats for __rw_pod_array::append() > ------------------------------------------------ > > Key: STDCXX-274 > URL: https://issues.apache.org/jira/browse/STDCXX-274 > Project: C++ Standard Library > Issue Type: Bug > Components: Build > Affects Versions: 4.1.3 > Environment: Compaq/HP C++, Tru64 UNIX > Reporter: Martin Sebor > Assignee: Martin Sebor > Priority: Blocker > Fix For: 4.2 > > > All example programs (and tests) fail to link with the following error(s): > gmake: Entering directory `/build2/batman/5.0.0/builds/33012080/source-buildspace/build/examples' > cxx -c -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include -x cxx -nocxxstd -std strict_ansi_errors -g -ptr accumulate.ti -w1 -msg_disable 450 /build2/batman/5.0.0/builds/33012080/source-buildspace/examples/manual/accumulate.cpp > cxx accumulate.o -o accumulate -nocxxstd -liconv -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include -ptr accumulate.ti -L/build2/batman/5.0.0/builds/33012080/source-buildspace/build/lib -lstd -lm > ld: > Unresolved: > __rw::__rw_pod_array::append(const char*, unsigned long) > gmake: *** [accumulate] Error 1 > ... > cxx -c -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include -x cxx -nocxxstd -std strict_ansi_errors -g -ptr collate.ti -w1 -msg_disable 450 /build2/batman/5.0.0/builds/33012080/source-buildspace/examples/manual/collate.cpp > cxx collate.o -o collate -nocxxstd -liconv -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include -ptr collate.ti -L/build2/batman/5.0.0/builds/33012080/source-buildspace/build/lib -lstd -lm > ld: > Unresolved: > __rw::__rw_pod_array::append(const unsigned int* const*, unsigned long) > __rw::__rw_pod_array::append(const char*, unsigned long) > gmake: *** [collate] Error 1 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.