Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 13542 invoked from network); 27 Sep 2007 05:53:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Sep 2007 05:53:13 -0000 Received: (qmail 33826 invoked by uid 500); 27 Sep 2007 05:53:04 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 33760 invoked by uid 500); 27 Sep 2007 05:53: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 33749 invoked by uid 99); 27 Sep 2007 05:53:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 22:53:03 -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; Thu, 27 Sep 2007 05:55:31 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DF15571418F for ; Wed, 26 Sep 2007 22:52:50 -0700 (PDT) Message-ID: <4885621.1190872370911.JavaMail.jira@brutus> Date: Wed, 26 Sep 2007 22:52:50 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Updated: (STDCXX-195) [Linux] error on std::putc() In-Reply-To: <4005361.1149520949796.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-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-195: -------------------------------- Fix Version/s: 4.2.1 > [Linux] error on std::putc() > ---------------------------- > > Key: STDCXX-195 > URL: https://issues.apache.org/jira/browse/STDCXX-195 > Project: C++ Standard Library > Issue Type: Bug > Components: 27. Input/Output > Affects Versions: 4.1.3 > Environment: SuSE SLES 9sp2 (ppc64), IBM XL C/C++ Advanced Edition V8.0 for Linux > Version: 08.00.0000.0000 > Reporter: Scott (Yu) Zhong > Assignee: Martin Sebor > Fix For: 4.2.1 > > > IBM VAC++ 8.0 linux uses _IO_putc instead of putc > file affected: > include/ansi/cstdio > ------- testcase.cpp -------- > #include > int main() > { > std::putc ("test", stdout); > std::fflush (stdout); > } > ---------- compile line ---------------- > xlc -F /package/1/ppc64/compilers/ibm/va80/vac.cfg -q64 -qarch=ppc64 -D_RWSTD_NO_IMPLICIT_INCLUSION -qnolib -Wl,-dynamic-linker -Wl,/lib64/ld64.so.1 -D_RWCONFIG=stdlib_rs -I../../include -I./../../../../include -I./../../../../include/ansi -I./../../../.. -I.. -I. -g -c ../testcase.cpp > ---------- output ---------------------- > "../testcase.cpp", line 5.9: 1540-0130 (S) "std::_IO_putc" is not declared. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.