Marius> Andrew Koenig <[EMAIL PROTECTED]> 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


_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to