Franz L. Kuhlmann wrote:
> Here are details extracted from "*glibc-check-log*":

That's good info.  What is the output of uname -a on your host in the 
the virtual system?  It sounds like it may be an old kernel or one that 
is not compiled with needed options.

The cannot open shared object file 'libgcc_s.so.1' probably can be fixed 
with a LD_LIBRARY_PATH definition, but that shouldn't be necessary.

In any case, try

make LD_LIBRARY_PATH=$(pwd)/$(../gcc-4.5.0/config.guess)/libgcc/ \
        -k check 2>&1 | tee glibc-check-log

Are you by any chance using gcc-4.5.0?

   -- Bruce
-- 
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