Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 8232 invoked from network); 6 Mar 2007 20:44:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2007 20:44:44 -0000 Received: (qmail 12322 invoked by uid 500); 6 Mar 2007 20:44:53 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 12264 invoked by uid 500); 6 Mar 2007 20:44:53 -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 12253 invoked by uid 99); 6 Mar 2007 20:44:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2007 12:44:53 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Tue, 06 Mar 2007 12:44:44 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 294EC71409D for ; Tue, 6 Mar 2007 12:44:24 -0800 (PST) Message-ID: <22618788.1173213864165.JavaMail.root@brutus> Date: Tue, 6 Mar 2007 12:44:24 -0800 (PST) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Commented: (STDCXX-286) [AIX] archive libraries not static, built with -qmkshrobj In-Reply-To: <7405299.1157572162815.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-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478567 ] Martin Sebor commented on STDCXX-286: ------------------------------------- See also the thread below for another problem possibly caused by the interaction of -qmkshrobj and -bstatic: http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200703.mbox/%3cD730FF7CEDDCA64483F9E99D999A158BE6F67C@qxvcexch01.ad.quovadx.com%3e > [AIX] archive libraries not static, built with -qmkshrobj > --------------------------------------------------------- > > Key: STDCXX-286 > URL: https://issues.apache.org/jira/browse/STDCXX-286 > Project: C++ Standard Library > Issue Type: Bug > Components: Build > Affects Versions: 4.1.3 > Environment: AIX with Visual Age compiler > Reporter: Jeremy Dean > > The static library that is generated is not static within the application. The library would still need to be deployed with application otherwise get the following error: > exec(): 0509-036 Cannot load program tpdlist because of the following errors: > 0509-150 Dependent module libstd12s_rw.a(std12s_rw.o) could not be loaded. > 0509-022 Cannot load module libstd12s_rw.a(std12s_rw.o). > 0509-026 System error: A file or directory in the path name does not exist. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.