Rene,
It is pretty normal for the distributions to compile ncurses package
with libtinfo.so*, it requires "--with-terminfo". Some packages
require that library.

I appended this to ncurses.conf:

var_append confopt " " "--with-termlib"

libtinfo.so* gets installed to /lib64, however, llvm stage-1 looks for
libtinfo.so in path usr/lib.  Hmmm, so I created a symlink:

# ln -s ../../lib64/libtinfo.so libtinfo.so

llvm stage-1 then compiled, and compiling is now going ahead.

So I guess that ncurses.conf should also create that symlink.



----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
li...@t2-project.org with a subject of: unsubscribe t2

Reply via email to