Matt Kraai <[EMAIL PROTECTED]> 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


_______________________________________________
Bug-guile mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to