On Thu, Jan 16, 2014 at 04:23:51PM -0600, Louis Rine wrote:
> Hello all. :)
> 
> I'v gone through the book a couple times in the past on i686, but this is
> my first time around with x86_64. All seemed to go well until I ran into
> this little gem while installing libstdc++:
> 
> <...lots of compilation output...>
> Making install in libsupc++
> make[1]: Entering directory `/mnt/lfs/sources/gcc-build/libsupc++'
> make[2]: Entering directory `/mnt/lfs/sources/gcc-build/libsupc++'
> test -z "/tools/lib/../lib64" || /bin/mkdir -p "/tools/lib/../lib64"
>  /bin/bash ../libtool   --mode=install /usr/bin/install -c   libsupc++.la
> '/tools/lib/../lib64'
> libtool: install: /usr/bin/install -c .libs/libsupc++.lai
> /tools/lib/../lib64/libsupc++.la
> libtool: install: /usr/bin/install -c .libs/libsupc++.a
> /tools/lib/../lib64/libsupc++.a
> libtool: install: chmod 644 /tools/lib/../lib64/libsupc++.a
> libtool: install: x86_64-lfs-linux-gnu-ranlib
> /tools/lib/../lib64/libsupc++.a
> *../libtool: line 1132: x86_64-lfs-linux-gnu-ranlib: command not found*
> make[2]: *** [install-toolexeclibLTLIBRARIES] Error 127
> make[2]: Leaving directory `/mnt/lfs/sources/gcc-build/libsupc++'
> make[1]: *** [install-am] Error 2
> make[1]: Leaving directory `/mnt/lfs/sources/gcc-build/libsupc++'
> make: *** [install-recursive] Error 1
> 
> I checked in /tools/bin, and indeed x86_64-lfs-linux-gnu-ranlib IS there,
> along with the other stuff that should be there. The lfs user environment
> seems to be all set up correctly, including $PATH which is
> /tools/bin:/bin:/usr/bin.
> 

 Perhaps /tools/bin/x86_64-lfs-linux-gnu-ranlib is broken.
What does 'ldd' say about it ?

 What host system are you using, and did you check all the "host
system requirements" ?

ĸen
-- 
das eine Mal als Tragödie, dieses Mal als Farce
-- 
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