Problem:
% ls nonexisting.file
ls: nonexisting.file: 
% 

Should be:
% ls nonexisting.file       
ls: nonexisting.file: No such file or directory
% 

The problem "ls" is from fileutils-4.0 on HP-UX B.10.20 A 9000/859.
The should be "ls" is from fileutils-4.0 on SunOS abqn07 5.7 Generic sun4m sparc.

Used all gnu tools except ld to build fileutils-4.0 on HPUX.

Aside: This is why I did not use gnu ld. Binutils-2.9.1
config included this output:
       Could not build ld 
       Configuring for a hppa1.1-hp-hpux10.20 host.
       *** This configuration is not supported in the following subdirectories:
       ld
       (Any other directories should still work fine.)
I do not think that is a factor here, but I state it
       just in case.


The config had one warning...

configure: warning: 
*** You don't seem to have perl5.003 or newer installed.
*** Because of that, you may be unable to regenerate certain files
*** if you modify the sources from which they are derived. 


The make had two warnings...

In file included from 
/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.1/include/limits.h:117,
                 from 
/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.1/include/syslimits.h:7,
                 from 
/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.1/include/limits.h:11,
                 from /usr/include/locale.h:65,
                 from ../intl/libintl.h:36,
                 from ../../lib/rpmatch.c:36:
/usr/include/limits.h:131: warning: `RE_DUP_MAX' redefined
../../lib/regex.h:246: warning: this is the location of the previous definition

gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DSHAREDIR=\"/usr/local/share\" 
-DHAVE_CONFIG_H -I.. -I../../src -I../../lib -I../intl    -O2 -c ../../src/install.c
In file included from ../../src/install.c:90:
/usr/include/values.h:27: warning: `MAXINT' redefined
/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.1/include/sys/param.h:46: warning: 
this is the location of the previous definition
gcc  -O2  -o ginstall  install.o copy.o cp-hash.o ../intl/libintl.a ../lib/libfu.a 

All test of make check passed.

-Robert Lopez

Reply via email to