I think I screwed up here, when building a pure64
I used ubuntu x86_64(which is multilib)

after compiling and building everything
I chrooted into the directory to build the kernel.
Im noticing I have some commands that work like mv, ls
dmesg, and probably some others. but when I
  make menuconfig I receive a command not found.

when I do ls -l /usr/bin/make
I see:
-rwxr-xr-x 1 root:root /usr/bin/make

but ldd /usr/bin/make gives:

not a dynamic executable
(seems othere apps/libs are in the same state)

My guess is during building some programs
get hard wired(maybe by pkgconfig)
to reading the link to lib which gets
symlinked to lib64
(this is how ubuntu has it setup).

is there a way to adjust this, or should I start over
on a regular 686 and build  a pure64 from there
so the linkers get directed to /lib without having
the multilib obstruction?

Justin P. Mattock

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

Reply via email to