bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cp -H did not work like older versions


From: Kai-Olaf von Wolff
Subject: cp -H did not work like older versions
Date: Sun, 14 Jan 2007 13:14:34 +0100

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]