Hi,
I'm following the book from the live CD 6.2(.3 I think). I got to 
chapter 6.9, running make install. I get the following error :

make  -C setjmp subdir_install
make[2]: Entering directory `/sources/glibc-2.3.6/setjmp'
/tools/bin/install -c -m 644 setjmp.h /usr/include/setjmp.h
/tools/bin/install -c -m 644 ../sysdeps/i386/bits/setjmp.h 
/usr/include/bits/setjmp.h
c=`(cd /sources/glibc-build/setjmp && \
     sed -n -e '[EMAIL PROTECTED](common-objpfx)@/sources/glibc-build/@g' \
            -e '[EMAIL PROTECTED](objpfx)@/sources/glibc-build/setjmp/@g' \
            -e '/stub-tag\.h/{; g; s/./&/p; }' \
            -e '/:/{x; s/^.*$//; x; }' \
            -e 's/^.*://;s/\\$//;s/^ *\([^ ][^ ]*\) .*$/\1/' \
            -e '/^[^ ][^ ]*$/{G;s/^.*\n\(..*\)/\1/;s/\n//;h; }' \
            setjmp.o.d sigjmp.o.d bsd-setjmp.o.d bsd-_setjmp.o.d 
longjmp.o.d __longjmp.o.d jmp-unwind.o.d tst-setjmp.o.d jmpbug.o.d 
bug269-setjmp.o.d setjmp.os.d sigjmp.os.d bsd-setjmp.os.d 
bsd-_setjmp.os.d longjmp.os.d __longjmp.os.d jmp-unwind.os.d) | sort | 
uniq`; \
sed -n 's/^stub_warning *(\([^)]*\).*$/#define __stub_\1/p' \
     $c /dev/null > /sources/glibc-build/setjmp/stubsT
mv -f /sources/glibc-build/setjmp/stubsT /sources/glibc-build/setjmp/stubs
make[2]: Leaving directory `/sources/glibc-2.3.6/setjmp'
make  -C signal subdir_install
make[2]: Entering directory `/sources/glibc-2.3.6/signal'
/tools/bin/install -c -m 644 signal.h /usr/include/signal.h
/tools/bin/install -c -m 644 sys/signal.h /usr/include/sys/signal.h
/tools/bin/install: accessing `/usr/include/sys/signal.h': Not a directory
make[2]: *** [/usr/include/sys/signal.h] Error 1
make[2]: Leaving directory `/sources/glibc-2.3.6/signal'
make[1]: *** [signal/subdir_install] Error 2
make[1]: Leaving directory `/sources/glibc-2.3.6'
make: *** [install] Error 2

Has anyone an idea were I went wrong ? Thanks for any help.

Regards,
Koenraad Lelong.
-- 
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