>>>>> "Nickolay" == Nickolay Kolev <[EMAIL PROTECTED]> writes:

    Nickolay> I tried by compiling Hugs98 under Suse 7.3 to run configure with
    Nickolay> --with-readline

    Nickolay> but among the appearing messages was warning: readline
    Nickolay> and editline pacakges not available (ignoring
    Nickolay> --with-readline).

It could be that you have the SuSE readline package installed but not
the readline-devel package.  If so, configure won't be able to find
the includes or the library needed by the linker.  I think you need to
have readline-devel installed (and probably the ncurses and termcap
development libraries too?)...

peace & happiness,
martin

_______________________________________________
Hugs-Bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/hugs-bugs

Reply via email to