bug-guile
[Top][All Lists]
Advanced

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

Re: Problem building guile 1.4


From: Andrew Koenig
Subject: Re: Problem building guile 1.4
Date: Sat, 30 Jun 2001 10:08:50 -0400 (EDT)

Marius> Andrew Koenig <address@hidden> writes:
>> The output seems to suggest that readline puts its header file
>> somewhere that guile doesn't know about.

Marius> Right.  Where is it, then?  Guile makes no special efforts for finding
Marius> header files in non-standard locations.

Aha!  I think I see the problem.

I am puitting all Gnu software in /usr/gnu, overriding the default of
/usr/local.  However, it appears -- somewhat to my surprise -- that
when I install gcc in /usr/gnu, it still assumes by default that
header files are in /usr/local/include (which does not exist on my
system), not /usr/gnu/include (where readline and everything else put
their header files).

I am going to try to rebuilg gcc to use /usr/gnu/include for other
header files (using the --with-local-prefix configuration option)
and let you know what happens.




                                        Regards,


                                        Andrew Koenig




reply via email to

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