With coreutils-6.7, glibc-2.5(just as glibc-2.4), gcc-4.1.1 occurs a problem
with cp -H

The following snipet

mkdir /xxx
cp -a /lib/ld-linux.so.2 /xxx
cp -H /lib/ld-linux.so.2 /xxx

produce an error and not the same result

/xxx/ld-2.5.so
/xxx/ld-linux.so.2  ->  ld-2.5.so

as the older versions of coreutils.



_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to