From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 18:56:57 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 517A616A4CE for ; Tue, 15 Feb 2005 18:56:57 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6D9943D45 for ; Tue, 15 Feb 2005 18:56:56 +0000 (GMT) (envelope-from mrkung@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so844483wra for ; Tue, 15 Feb 2005 10:56:56 -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=pAF3hmOcWZhRm0YB2+cRJRPFK4fw/AjC0u1EmtvAeeLzYgAx805rDwPzY4fdX+/4sJE90gk7lwxfOH/anRKH00XCPAfWq+DCkqKafM7eLKVNpDXmYRSRKBfFQ+xUrq3lNKGlZPH34v+ktP7l32YzcT+vd8fBVjvB98bWmHdxXjE= Received: by 10.54.5.37 with SMTP id 37mr191391wre; Tue, 15 Feb 2005 10:56:46 -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:56:57 -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.