Compiling coreutils on Tru64

2003-06-03 Thread Pablo Endres
Hi, I've been trying to compile coreutils-5.0 on Tru64 4.0g. And I'm getting the following error: if alphaev67-dec-osf4.0g-gcc -DLIBDIR=\/usr/security/lib\ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -DUSE_PAM -O2 -mieee -D_GNU_SOURCE=1 -MT fnmatch.o -MD -MP -MF .deps/fnmatch.Tpo

Re: env behavior incorrect

2003-06-03 Thread Paul Jarc
[EMAIL PROTECTED] (Paul Jarc) wrote: Jens Elkner [EMAIL PROTECTED] wrote: Last but not least - why not ... static char *pointer2null = NULL; ... main() { ... if (ignore_environment) environ = pointer2null; I haven't looked at the code, but I know

Re: coreutils uniq -d -u does not conform to POSIX

2003-06-03 Thread Paul Eggert
[EMAIL PROTECTED] writes: But -u -d is clearly valid, since POSIX says it's valid. have you a link to the POSIX docs? http://www.opengroup.org/onlinepubs/007904975/utilities/uniq.html In order to understand that page fully, you need to read a lot of the other part of the spec. But for

Re: env behavior incorrect

2003-06-03 Thread Jens Elkner
'Paul Jarc wrote:' Jens Elkner [EMAIL PROTECTED] wrote: unfortunately env is not POSIX, or to be more specific, not The Open Group Base Specifications Issue 6 IEEE Std 1003.1, 2003 Edition compliant on Linux. (see http://www.unix-systems.org/version3/iso_std.html ) E.g.: filename.env