Re: [xml] xmllint readline with --shell



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



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