From owner-freebsd-questions@FreeBSD.ORG Sun Nov 16 12:01:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F18A6106567C for ; Sun, 16 Nov 2008 12:01:31 +0000 (UTC) (envelope-from robin@reportlab.com) Received: from ptb-relay02.plus.net (ptb-relay02.plus.net [212.159.14.146]) by mx1.freebsd.org (Postfix) with ESMTP id B9AFD8FC17 for ; Sun, 16 Nov 2008 12:01:31 +0000 (UTC) (envelope-from robin@reportlab.com) Received: from [87.114.67.131] (helo=[192.168.0.3]) by ptb-relay02.plus.net with esmtp (Exim) id 1L1fgr-0001AM-T7 for freebsd-questions@freebsd.org; Sun, 16 Nov 2008 11:21:18 +0000 Message-ID: <4920022D.4020102@jessikat.plus.net> Date: Sun, 16 Nov 2008 11:21:17 +0000 From: Robin Becker User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Plusnet-Relay: 127959c03bd5a2cb36834a38d089c2c2 Subject: gcc-4.3.3 problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2008 12:01:32 -0000 I'm trying to run some benchmarks for a modified version of Python 2.5.2, unfortunately the modification requires a newer version of GCC so I have installed gcc version 4.3.3 from ports. When I try to run my make command I'm seeing this error *** WARNING: renaming "_codecs_hk" since importing it failed: Shared object "libgcc_s.so.1" I see that the gcc 4.3.3 libs were installed in /usr/local/lib/gcc-4.3.3 and I can get things to work by setting up the appropriate -L option and LD_LIBRARY_PATH. Is there some way to make these libraries available without this? -- Robin Becker