From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4913 invoked by alias); 18 Oct 2011 08:23:33 -0000 Received: (qmail 4815 invoked by uid 22791); 18 Oct 2011 08:23:31 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-wy0-f175.google.com (HELO mail-wy0-f175.google.com) (74.125.82.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 Oct 2011 08:23:17 +0000 Received: by wyg19 with SMTP id 19so335400wyg.20 for ; Tue, 18 Oct 2011 01:23:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.229.14 with SMTP id g14mr540942weq.6.1318926196223; Tue, 18 Oct 2011 01:23:16 -0700 (PDT) Received: by 10.216.36.78 with HTTP; Tue, 18 Oct 2011 01:23:16 -0700 (PDT) In-Reply-To: References: Date: Tue, 18 Oct 2011 10:28:00 -0000 Message-ID: Subject: Re: AIX library issues From: Jonathan Wakely To: Perry Smith Cc: gcc@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2011-10/txt/msg00269.txt.bz2 On 18 October 2011 09:21, Jonathan Wakely wrote: > On 18 October 2011 03:05, Perry Smith wrote: >> I've discovered an issue which I can't believe I'm the first to bump >> in to. > > Isn't this covered by these FAQs? > http://gcc.gnu.org/faq.html#rpath > http://gcc.gnu.org/onlinedocs/libstdc++/faq.html#faq.how_to_set_paths > See also http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32354 although if AIX doesn't support $ORIGIN then the suggested configure-time option wouldn't be so useful, as the path couldn't be relative and the gcc installation wouldn't be relocatable.