Michael Kipper wrote:
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
There is an issue with ncurses and /lib64, do the following before you
configure
sed -i "s:^\(TICDIR.*/\)lib\(.*\):\1\lib64\2:g" misc/run_tic.in
That should do the trick
--
------
[EMAIL PROTECTED]
[EMAIL PROTECTED]
LFS User # 2577
Registered Linux User # 299986
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page