Hi,
I've compiled gcc 2.95.2 on Tru64 v.5.1 and although it compiles okay, I
get the following warning on all c programs which include the <unistd.h>
header file.
% gcc test.c
In file included from test.c:2:
/usr/local/lib/gcc-lib/alphaev6-dec-osf5.1/2.95.2/include/unistd.h:608:
warning: `cuserid' redefined
/usr/local/lib/gcc-lib/alphaev6-dec-osf5.1/2.95.2/include/stdio.h:457:
warning: this is the location of the previous definition
Anybody seen this before? Is there a fix for it?
Thanks
Paul
Received on Wed Jan 10 2001 - 15:27:47 NZDT