Hi, have a wierd problem (?) building LFS on x86_64.

Configuring like:
./configure \
        --build=x86_64-pc-linux-gnu \
        --prefix=/usr \
        --libdir=/usr/lib64 \
        --with-shared \
        --without-debug

Results in:
<snip>
1486 entries written to /usr/share/terminfo
** built new /usr/share/terminfo
** sym-linked /usr/lib/terminfo for compatibility
<snip>

Then I end up with:
[EMAIL PROTECTED] makelfs]# ll /mnt/lfs/usr/lib
total 0
lrwxrwxrwx  1 root root 17 May 22 12:06 terminfo -> ../share/terminfo

Is this normal?
Why is ncurses linking itself into /usr/lib when I've told it I only need
it in /usr/lib64?  I'm trying to keep lib{,32,64} separate from each other.

Thanks,
Michael

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to