From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.bugs Subject: Re: Does not find header files or libraries under /usr/local Date: Sun, 28 May 2006 02:02:13 +0300 Message-ID: <87bqtjkr62.fsf@zagadka.de> References: <20060308203902.GA3841@localhost.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1148770972 5265 80.91.229.2 (27 May 2006 23:02:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 27 May 2006 23:02:52 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun May 28 01:02:51 2006 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fk7nv-0008T7-Hf for guile-bugs@m.gmane.org; Sun, 28 May 2006 01:02:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fk7nv-0006bt-1z for guile-bugs@m.gmane.org; Sat, 27 May 2006 19:02:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fk7nW-0006RB-Nu for bug-guile@gnu.org; Sat, 27 May 2006 19:02:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fk7nV-0006Pv-3K for bug-guile@gnu.org; Sat, 27 May 2006 19:02:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fk7nU-0006Pi-Gt for bug-guile@gnu.org; Sat, 27 May 2006 19:02:16 -0400 Original-Received: from [213.243.153.37] (helo=smtp1.pp.htv.fi) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fk7sh-0002Au-Io for bug-guile@gnu.org; Sat, 27 May 2006 19:07:39 -0400 Original-Received: from zagadka.ping.de (cs181072157.pp.htv.fi [82.181.72.157]) by smtp1.pp.htv.fi (Postfix) with SMTP id 6FACC7FCA6 for ; Sun, 28 May 2006 02:02:14 +0300 (EEST) Original-Received: (qmail 31584 invoked by uid 1000); 28 May 2006 02:02:13 +0300 Original-To: Matt Kraai In-Reply-To: <20060308203902.GA3841@localhost.localdomain> (Matt Kraai's message of "Wed, 8 Mar 2006 12:39:02 -0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3257 Archived-At: Matt Kraai writes: > When I tried to compile Guile on a QNX 6.3.0 system, it did not find > the libtool and gmp libraries or the gmp header files that I'd built > and installed under /usr/local until I set the CPPFLAGS environment > variable to -I/usr/local/include and the LDFLAGS environment variable > to -L/usr/local/lib. That is expected. See this part of the README: Guile expects to be able to find these packages in the default compiler setup, it does not try to make any special arrangements itself. For example, for the `readline' package, Guile expects to be able to find the include file , without passing any special `-I' options to the compiler. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile