CVS, irix6.5 with mipspro 7.2.1

./src/exec/dpexec/dxmain.c needs DXD_COPYRIGHT_STRING defined.


"
cc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include
-I../libdx -Dsgi -g -DDXD_COPYRIGHT_STRING='"test"' -c
optarg.c "optarg.c", line 82: error(1143): declaration is incompatible with
          "int getopt(int, char **, const char *)" (declared at line 29 of
          "/usr/include/getopt.h")
"
Fix:
"
--- configure.in_old    Tue Aug 15 13:22:22 2000
+++ configure.in        Tue Aug 15 13:22:28 2000
@@ -157,7 +157,7 @@
     sys/utsname.h sys/wait.h sysent.h time.h types.h ulocks.h unistd.h \
     values.h wait.h winbase.h windows.h wingdi.h winioctl.h winsock.h \
     x11/xlibxtra.h xgl/xgl.h ) 
-AC_CHECK_FUNCS(getcwd gethostname gettimeofday mkdir mkfifo mktime putenv 
re_comp regcmp select socket strcspn strdup strerror strspn strstr strtod 
strtol strtoul uname popen vfork trunc _popen spawnvp _spawnvp regcomp sysmp 
sysconf)
+AC_CHECK_FUNCS(getopt getcwd gethostname gettimeofday mkdir mkfifo mktime 
putenv re_comp regcmp select socket strcspn strdup strerror strspn strstr 
strtod strtol strtoul uname popen vfork trunc _popen spawnvp _spawnvp regcomp 
sysmp sysconf)
 
 AC_TRY_COMPILE(
 [],
"

Reply via email to