Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 52029 invoked from network); 13 Oct 2005 23:24:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Oct 2005 23:24:28 -0000 Received: (qmail 12589 invoked by uid 500); 13 Oct 2005 23:24:28 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 12551 invoked by uid 500); 13 Oct 2005 23:24:28 -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 12540 invoked by uid 99); 13 Oct 2005 23:24:28 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2005 16:24:26 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 5645E517 for ; Fri, 14 Oct 2005 01:24:05 +0200 (CEST) Message-ID: <753403555.1129245845351.JavaMail.jira@ajax.apache.org> Date: Fri, 14 Oct 2005 01:24:05 +0200 (CEST) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-50) [gcc/IRIX] ld warning 84: library is not used for resolving any symbol Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [gcc/IRIX] ld warning 84: library is not used for resolving any symbol ---------------------------------------------------------------------- Key: STDCXX-50 URL: http://issues.apache.org/jira/browse/STDCXX-50 Project: STDCXX Type: Bug Components: Build Versions: 4.1.2 Environment: gcc/IRIX Reporter: Martin Sebor Assigned to: Martin Sebor Priority: Minor Fix For: 4.1.3 When linking some programs with gcc on IRIX the linker emits diagnostics similar to the ones below: gcc -c -I/build/sebor/dev/stdlib/include/ansi -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG -I/build/sebor/gcc-3.4.3-15s/include -I/build/sebor/dev/stdlib/include -I/build/sebor/dev/stdlib/examples/include -pedantic -nostdinc++ -g -Wall -W -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align /build/sebor/dev/stdlib/examples/manual/accum.cpp gcc accum.o -o accum -L/build/sebor/gcc-3.4.3-15s/lib -lstd15s -lsupc++ -lpthread -lm ld32: WARNING 84 : /usr/lib32/libpthread.so is not used for resolving any symbol. ld32: WARNING 84 : /usr/lib32/libm.so is not used for resolving any symbol. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira