make dep in 2.1.45

Fred Love (flove@mindspring.com)
Thu, 17 Jul 1997 14:14:48 -0500


Hi all,

Can someone tell me what is wrong. Downloaded the 2.1.45 version,
currently using 2.1.43. Did a make oldconfig using .config from 2.1.43,
then make dep:

# make dep
gcc -O2 -fomit-frame-pointer -o scripts/mkdep scripts/mkdep.c
make[1]: getcwd: : No such file or directory
make[1]: Entering an unknown directory
make[1]: Nothing to be done for `dep'.
make[1]: Leaving an unknown directory
scripts/mkdep init/*.c > .tmpdepend
scripts/mkdep `find /usr/src/linux-2.1.45/include/asm
/usr/src/linux-2.1.45/include/linux /usr/src/linux-2.1.45/include/scsi
/usr/src/linux-2.1.45/include/net -follow -name \*.h ! -name
modversions.h -print` > .hdepend
set -e; for i in kernel drivers mm fs net ipc lib arch/i386/kernel
arch/i386/mm arch/i386/lib; do make -C $i fastdep; done
make[1]: getcwd: : No such file or directory
make[1]: Entering an unknown directory
gcc -D__KERNEL__ -I/usr/src/linux-2.1.45/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -D__SMP__ -pipe
-fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2
-malign-functions=2 -DCPU=686 -D__SMP__ -E -D__GENKSYMS__ ksyms.c\
| /sbin/genksyms -k 2.1.45 >
/usr/src/linux-2.1.45/include/linux/modules/ksyms.ver.tmp
shell-init: could not get current directory: getwd: cannot access parent
directories
job-working-directory: could not get current directory: getwd: cannot
access parent directories
make[1]: *** [/usr/src/linux-2.1.45/include/linux/modules/ksyms.ver]
Error 130
make[1]: Leaving an unknown directory
make: *** [dep-files] Error 2

I got back from Sao Paulo this AM and hope I'm not brain dead (i.e.,
something obvious).

Thanks, Fred