Re: mv silently does nothing for hard links

[email protected] (Bob Proulx) Wed, 2 Apr 2003 11:27:34 -0700
Newsgroups gmane.comp.gnu.fileutils.bugs
Message-ID <[email protected]>
[email protected] wrote:
> >  ftp://alpha.gnu.org/gnu/coreutils/coreutils-4.5.12.tar.bz2
> 
> I was going to try that but I couldn't get it to compile on my system and 
> I haven't yet gotten round to investigating.  (I think the standard 
> headers on my system (HP-UX 11 with gcc 3.0.1) are a bit broken.)

Ew, For hpux 11 you should either use the native HP ANSI C compiler or
GCC version 3.2.  Older GCC versions don't work very well and I have
had problems.  On hpux 10 gcc 2.9x has worked well.  I personally use
the native ANSI compiler but I realize that is an additional install.

Bob