* Make.aix
@ 1993-07-01 15:43 Brian Redman
0 siblings, 0 replies; only message in thread
From: Brian Redman @ 1993-07-01 15:43 UTC (permalink / raw)
To: sam-fans
AIX 3.2.3:
cc -DAIX -D_POSIX_SOURCE -D_ANSI_C_SOURCE -D_LIBXG_EXTENSION -I../include -c gwin.c -o gwin.o
"/usr/include/unistd.h", line 119.26: 1506-010 (W) Macro dup invoked with a null argument.
"/usr/include/unistd.h", line 119.28: 1506-046 (S) Syntax error.
It's the #define dup(a,b) dup2(a,b) in libc.h conflicting with the
extern int dup(int fildes) in /usr/include/unistd.h
I see a number of solutions but would like to know what others have done.
ber
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~1993-07-01 15:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1993-07-01 15:43 Make.aix Brian Redman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).