On Saturday 29 December 2007, Mike Frysinger wrote:
> On Wednesday 25 July 2007, Mike Frysinger wrote:
> > posted this to the coreutils a list sometime ago ... idea is to be able
> > to disable automatic ACL detection via --disable-acl since this can often
> > times take the form of an external lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I. -I.. -I./.. -I../gllib -I./../gllib
-g -O2 -MT test-localename.o -MD -MP -MF .deps/test-localename.Tpo -c -o
test-localename.o test-localename.c
test-localename.c:28:20: error: setenv.h: No such file or directory
make[4]: *** [test-localename.o] Error
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Peter Fales on 12/30/2007 11:46 PM:
| This change fixes the problem in in test-wcwidth. There is one other
| failure in test-fseeko.sh when building on RedHat 7.3.
More details, please?
- --
Don't work too hard, make some time for fun
I use strsignal in man-db, and would like a Gnulib module to cope with
its portability problems. Here's one which seems to be doing the right
thing for me so far. This is my first attempt at writing a Gnulib module
from scratch, so I'd appreciate any comments, style or otherwise.
The main practica