>
> I tried with this command line:
> LDFLAGS="-L/usr/local/lib" CFLAGS="-L/usr/local/include
> -L/usr/local/include/readline" ./configure --with-readline
>
>
There is a mistake in the configure --help
we activate readline by --with-history which is not documented in the
configure help.

so the right command line is:
LDFLAGS="-L/usr/local/lib" CFLAGS="-L/usr/local/include
-L/usr/local/include/readline" ./configure --with-history

also something which is strange is that configure doesn't search in the
local includes and libs.

Can it be amended? for both the configure help and the search local include
and libs ?

Best regards,
Sylvain
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to