From owner-freebsd-current@FreeBSD.ORG Wed May 23 21:20:02 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BC0516A4EF for ; Wed, 23 May 2007 21:20:02 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id D399813C448 for ; Wed, 23 May 2007 21:20:01 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from [87.139.104.184] (helo=[192.168.2.71]) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1HqxIw-0005x2-B4 for current@freebsd.org; Wed, 23 May 2007 22:19:30 +0200 Message-ID: <4654A1CD.2030509@gwdg.de> Date: Wed, 23 May 2007 22:19:25 +0200 From: Rainer Hurling User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: Subject: Problems compiling some ports after upgrading to gcc 4.2.0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2007 21:20:02 -0000 Hope it is the right list for this question, not ports@ ... I upgraded CURRENT (because of gcc 4.2.0 ...) and after that deleted old libs (make delete-old && make delete-old-libs) before reinstalling all of my ports (changing to Xorg 7.2). Now when I try to make 'graphics/tiff-3.8.2_1' I get the following error: [..snip..] /usr/bin/ld: cannot find -lgcc_pic [..snip..] Before upgrading CURRENT there was a file '/usr/libs/libgcc_pic.a' in system libs directory. The absence of this file gives me errors for some more ports (e.g. graphics/libcaca; graphics/GraphicsMagick). Obviously the libgcc_pic.a was needed for them. Or am I completely wrong? Any help is appreciated. Thanks in advance, Rainer