Hello
I have a problem when i want to compile The Binutils package.when i issue
the "make" commond as root there is no problem and by issuing the next
commomd (make install), i encounter with this:
make[1]: Entering directory `/mnt/lfs/sources/binutils-2.18'
/bin/sh ./mkinstalldirs /tools /tools
mkdir -p -- /tools /tools
mkdir: cannot create directory `/tools': File exists
mkdir: cannot create directory `/tools': File exists
make[1]: *** [installdirs] Error 1
make[1]: Leaving directory `/mnt/lfs/sources/binutils-2.18'
make: *** [install] Error 2
and when i login as lfs, when i issue "make" commond i encounter with this
error:
config.status: executing bfd_stdint.h commands
config.status: executing default commands
make[2]: Entering directory `/mnt/lfs/sources/binutils-2.18/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
make[2]: execvp: touch: Too many levels of symbolic links
make[2]: *** [stamp-picdir] Error 127
make[2]: Leaving directory `/mnt/lfs/sources/binutils-2.18/libiberty'
make[1]: *** [all-libiberty] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/binutils-2.18'
make: *** [all] Error 2
and after that by issuing "make install",this error apears :
make[1]: Entering directory `/mnt/lfs/sources/binutils-2.18'
/bin/sh ./mkinstalldirs /tools /tools
mkdir -p -- /tools /tools
mkdir: cannot create directory `/tools': File exists
mkdir: cannot create directory `/tools': File exists
make[1]: *** [installdirs] Error 1
make[1]: Leaving directory `/mnt/lfs/sources/binutils-2.18'
make: *** [install] Error 2
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page