On Sun, May 28, 2006 at 02:02:13AM +0300, Marius Vollmer wrote:
> 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.

So the correct solution is to ensure that the compiler looks in
/usr/local?  Do you know why other programs don't require this?

-- 
Matt

Attachment: signature.asc
Description: Digital signature

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

Reply via email to