Ich schaffe es einfach nicht, ein make world vollständig durchlaufen zu
lassen. Soeben hatte ich wieder frisch -stable gesupt. Beim make world
wieder das:
--------------------------------------------------------------
Rebuilding tools needed to build the includes
--------------------------------------------------------------
cd /usr/src/usr.bin/xinstall && make depend all install cleandir obj
rm -f .depend
files=""; if [ "$files" != "" ]; then mkdep -a $files; fi
files="/usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c /usr/src/usr.bin/xins
tall/xinstall.c"; if [ "$files" != "" ]; then mkdep -a $files; fi
files=" "; if [ "$files" != " " ]; then mkdep -a $files; fi
cc -O2 -m486 -pipe -fno-strength-reduce -c /usr/src/usr.bin/xinstall/../../bin
/ls/stat_flags.c
cc -O2 -m486 -pipe -fno-strength-reduce -c /usr/src/usr.bin/xinstall/xinstall.
c
cc -O2 -m486 -pipe -fno-strength-reduce -o xinstall stat_flags.o xinstall.o
ld: crt0.o: No such file or directory
*** Error code 1
Stop.
*** Error code 1
Es bricht immer mit so etwas ab. Ich weiß nicht mehr was ich machen soll.
Michael
Received on Sun 31 Mar 1996 - 14:17:55 CEST