Displaying 1 result from an estimated 1 matches for "herzer".
Did you mean:
herer
2007 Jul 02
1
error in make install "cp: cannot copy cyclic symbolic link"
...I'm trying to build klibc against my own kernel source tree. The build
goes fine, the problem is to install it.
As usr/klibc/README asks, I've create a symlink called linux pointing to
my kernel tree:
lrwxrwxrwx 1 root root 25 Jul 2 16:18 linux -> /usr/src/linux-2.6.22-rc6
anderson-herzer:/usr/local/src/klibc-1.5# export LANG=C
anderson-herzer:/usr/local/src/klibc-1.5# make prefix=/usr/local/install
INSTALL headers + man pages to /usr/local//lib/klibc
cp: cannot copy cyclic symbolic link
`linux//include/asm-x86_64/./asm-x86_64'
make[1]: *** [header] Error 1
make: *** [install]...