From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18168 invoked by alias); 20 Jun 2007 15:31:45 -0000 Received: (qmail 18131 invoked by uid 48); 20 Jun 2007 15:31:33 -0000 Date: Wed, 20 Jun 2007 15:31:00 -0000 Message-ID: <20070620153133.18130.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/32415] libgcc_s not found in library search path with --enable-version-specific-runtime-libs In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "lionelb dot nospam at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-06/txt/msg01719.txt.bz2 ------- Comment #1 from lionelb dot nospam at gmail dot com 2007-06-20 15:31 ------- (In reply to comment #0) I can work around this by symlinking: to ../lib64/libgcc_s.so from /var/scratch/lionelb/usr/gcc-4.1.2/lib/gcc/x86_64-unknown-linux-gnu/4.1.2 and: to ../../lib/libgcc_s.so from /var/scratch/lionelb/usr/gcc-4.1.2/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/32 Is this advisable? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32415