From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8890 invoked by alias); 13 Dec 2014 22:12:45 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 8880 invoked by uid 89); 13 Dec 2014 22:12:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f53.google.com Received: from mail-wg0-f53.google.com (HELO mail-wg0-f53.google.com) (74.125.82.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 13 Dec 2014 22:12:43 +0000 Received: by mail-wg0-f53.google.com with SMTP id l18so11704760wgh.40 for ; Sat, 13 Dec 2014 14:12:40 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.180.228.72 with SMTP id sg8mr19212544wic.48.1418508760482; Sat, 13 Dec 2014 14:12:40 -0800 (PST) Received: by 10.27.132.70 with HTTP; Sat, 13 Dec 2014 14:12:40 -0800 (PST) In-Reply-To: References: <83mw6sq941.fsf@gnu.org> <20141213185647.GA14208@host2.jankratochvil.net> <20141213201600.GA15686@host2.jankratochvil.net> Date: Sat, 13 Dec 2014 22:12:00 -0000 Message-ID: Subject: Re: path to find libcc1.so? From: Doug Evans To: Doug Evans Cc: Jan Kratochvil , Eli Zaretskii , gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00336.txt.bz2 On Sat, Dec 13, 2014 at 1:49 PM, Doug Evans wrote: > If I configure gcc with a certain --prefix, > and link libcc1.so, with, say, --rpath, > do/should I need to do anything more? Sorry, poor choice of words. By "link" I meant just the addition of --rpath. I realize libcc1.so is dlopen'd.