From owner-freebsd-questions@FreeBSD.ORG Wed Nov 21 01:31:16 2007 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 EA75F16A41A for ; Wed, 21 Nov 2007 01:31:16 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from rn-out-0102.google.com (rn-out-0910.google.com [64.233.170.189]) by mx1.freebsd.org (Postfix) with ESMTP id 9D4F213C447 for ; Wed, 21 Nov 2007 01:31:16 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by rn-out-0102.google.com with SMTP id s42so1401276rnb for ; Tue, 20 Nov 2007 17:31:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=nIUZ2Eyy+j8P/GDFC7vChcsjDHWGy4RG1xSQKAtx8s8=; b=KtfKx/BjuTz/yKrDw4rDAI6vNPQD2OT9fUegmlXloJwgJ6XtF0TwCpjS3+XtrNTdT3m1xayB6LiGoPTC2rFbYj/064orts6ZWYYCOjujHhEmkp79//Bg2WjVsR85cQceO4IZQr3hIVBg/PuvrMHtNTZNjXGT/rXx/0Mf0RAjFbM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=L4dk/JYzRNcgraSE3JuhtdMlkr/ZBTaugTQLdHy4HWKhdU+f+/IlWbHt068I+9+lZPFIQRjsuMh3pO3DAOAwIIk5yWAASdNwOI+Fct/B/xUSEztM8XwyIfkRCIcwvOPPJHOTi/UjN9PZYS2/AKmFojTM0gsxbBjZm4y1mLWhQ9M= Received: by 10.142.142.16 with SMTP id p16mr1833574wfd.1195608674709; Tue, 20 Nov 2007 17:31:14 -0800 (PST) Received: by 10.142.194.10 with HTTP; Tue, 20 Nov 2007 17:31:14 -0800 (PST) Message-ID: <539c60b90711201731q206b13d6hd435cdbbae2f41fc@mail.gmail.com> Date: Tue, 20 Nov 2007 18:31:14 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "Steve Bertrand" , pauls@utdallas.edu In-Reply-To: <47437CD9.2070206@ibctech.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <539c60b90711201434s361ec72co898fad601f35535a@mail.gmail.com> <20071120231601.GB1161@slackbox.xs4all.nl> <539c60b90711201612o5c8cfc99ma53829b181959e15@mail.gmail.com> <47437CD9.2070206@ibctech.ca> X-Google-Sender-Auth: d0f145c11a101789 Cc: freebsd-questions@freebsd.org Subject: Re: arbitrary build can't find libs - right way to do this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stevefranks@ieee.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2007 01:31:17 -0000 On Nov 20, 2007 5:33 PM, Steve Bertrand wrote: > > > I'd love to (submit a port), but how do I make a port if I can't even > > get it to work the first time myself? > > configure --includedir=/usr/local/include doesn't work; > > export CPATH =/usr/local/include doesn't work; > > export CPPFLAGS -l/usr/local/include doesn't work; > > I've checked the permissions, > > and I can see the file right there, but configure/gcc can't. The > > developer swears something must be 'different' about freebsd because > > his gcc finds the same file in /usr/local/include. Appears his system > > is gentoo... > > Would you be able to provide access to a tarball of what you are trying > to compile/install for external testing so more eyeballs can see? > > Steve > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Well, the app is http://roadnav.sourceforge.net/downloads.php - I haven't tweaked it at all, so you can get the .tar right from them. It's a 2-part app, part one is the library, it installed fine after I symlinked wxgtk2-2.85-config to wx-config. Make install then put a bunch of stuff in /usr/local/include/libroadnav, and libroadnav.a into /usr/local/lib Then running configure on the main app complains that it can't find Map.h, which is right there where the lib's makefile installed it. I thought it was a permissions problem, but I can't see how. I've run all the commands as a sudoer, and the permissions/owner/etc on libroadnav look just like all the other libs/includes... Steve