bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Does not find header files or libraries under /usr/local


From: Marius Vollmer
Subject: Re: Does not find header files or libraries under /usr/local
Date: Sun, 28 May 2006 02:02:13 +0300
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Matt Kraai <address@hidden> 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 <readline/readline.h>, without
    passing any special `-I' options to the compiler.


-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




reply via email to

[Prev in Thread] Current Thread [Next in Thread]