From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 18:57:25 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8B0A16A4CF for ; Tue, 15 Feb 2005 18:57:25 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1065B43D55 for ; Tue, 15 Feb 2005 18:57:25 +0000 (GMT) (envelope-from mrkung@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so844607wra for ; Tue, 15 Feb 2005 10:57:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=VYLmd5zxCM1fpVkChlTN+odT3jKyIBANwSopbNfKoMjxXY5/0gsVn7YRFl+steBWiE3wslt1fx3ryGuYSc9hoXcdVldPpMP31NMlsh6bpIYDESx6YRz+GxJ4e3qwgGxHvduTJ9UgehHly6i87mJEXXhannLSBi8iicKxB21m9ZE= Received: by 10.54.24.57 with SMTP id 57mr79469wrx; Tue, 15 Feb 2005 10:55:30 -0800 (PST) Received: by 10.54.26.28 with HTTP; Tue, 15 Feb 2005 10:55:00 -0800 (PST) Message-ID: <67f5afb905021510557e73eaf3@mail.gmail.com> Date: Tue, 15 Feb 2005 15:55:00 -0300 From: Maicon Stihler To: Ted Mittelstaedt In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <67f5afb90502141017bf2e58a@mail.gmail.com> cc: freebsd-questions@freebsd.org Subject: Re: problem with GCC search path on FreeBSD5.3 AMD64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Maicon Stihler List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 18:57:25 -0000 > this isn't a gcc problem. Hm, maybe I used the wrong terms to define the situation. I agree that its not gcc's fault, its some kind of (mis)configuration issue. > ldconfig I used ldconfig to generete te hints file, and then when I do a "ldconfig -r" all the libs I need appears there... the strange thing is that if I try to include them in my own programs it doesnt work. Im using the CFLAGS="-B /usr/local/lib -L/usr/local/include" as a workaround, but im searching for a more elegant way to solve this issue.