When I tried to compile straight out of the box--- I got these errors.
This is on an RS6000 using AIX 4.1.3.0.
====================================================================================
Whoeaaa! This actually can't happen.
You have a look and see if you detect anything uncanny:
*******************************************************
"../config.h", line 3.50: 1506-342 (W) "/*" detected in comment.
"../config.h", line 4.50: 1506-342 (W) "/*" detected in comment.
"../config.h", line 21.58: 1506-342 (W) "/*" detected in comment.
"../config.h", line 48.42: 1506-342 (W) "/*" detected in comment.
"../config.h", line 53.34: 1506-342 (W) "/*" detected in comment.
"../config.h", line 54.34: 1506-342 (W) "/*" detected in comment.
"../config.h", line 55.34: 1506-342 (W) "/*" detected in comment.
"../config.h", line 57.34: 1506-342 (W) "/*" detected in comment.
"../config.h", line 61.42: 1506-342 (W) "/*" detected in comment.
"../config.h", line 67.42: 1506-342 (W) "/*" detected in comment.
"../config.h", line 86.42: 1506-342 (W) "/*" detected in comment.
"includes.h", line 29.34: 1506-342 (W) "/*" detected in comment.
"includes.h", line 37.34: 1506-342 (W) "/*" detected in comment.
"includes.h", line 48.34: 1506-342 (W) "/*" detected in comment.
"includes.h", line 52.34: 1506-342 (W) "/*" detected in comment.
"includes.h", line 57.34: 1506-342 (W) "/*" detected in comment.
"includes.h", line 61.34: 1506-342 (W) "/*" detected in comment.
"includes.h", line 69.34: 1506-342 (W) "/*" detected in comment.
"includes.h", line 71.34: 1506-342 (W) "/*" detected in comment.
"includes.h", line 74.34: 1506-342 (W) "/*" detected in comment.
"includes.h", line 82.34: 1506-342 (W) "/*" detected in comment.
"includes.h", line 118.57: 1506-342 (W) "/*" detected in comment.
"network.h", line 4.42: 1506-342 (W) "/*" detected in comment.
"network.h", line 6.42: 1506-342 (W) "/*" detected in comment.
"_autotst.c", line 14.26: 1506-098 (E) Missing argument(s).
"_autotst.c", line 17.30: 1506-098 (E) Missing argument(s).
"_autotst.c", line 66.53: 1506-045 (S) Undeclared identifier d.
"_autotst.c", line 66.54: 1506-276 (S) Syntax error: possible missing ')'?
"_autotst.c", line 119.31: 1506-098 (E) Missing argument(s).
"_autotst.c", line 119.48: 1506-098 (E) Missing argument(s).
"_autotst.c", line 132.22: 1506-068 (W) Operation between types "unsigned char**
" and "unsigned char*" is not allowed.
"_autotst.c", line 145.21: 1506-068 (W) Operation between types "unsigned char**
" and "unsigned char*" is not allowed.
make: 1254-004 The error code from the last command is 1.
Stop.
*******************************************************
I suggest you take a look at the definition of LDLAGS*
in the Makefile before you try make again.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
make: 1254-004 The error code from the last command is 2.
====================================================================================
====================================================================================
====================================================================================
I corrected all of the nested "/*". I tried some fixes in the
_autotst.c program and reran the make and got this:
====================================================================================
Whoeaaa! This actually can't happen.
You have a look and see if you detect anything uncanny:
*******************************************************
"_autotst.c", line 14.26: 1506-098 (E) Missing argument(s).
"_autotst.c", line 17.30: 1506-098 (E) Missing argument(s).
"_autotst.c", line 66.53: 1506-045 (S) Undeclared identifier d.
"_autotst.c", line 66.54: 1506-276 (S) Syntax error: possible missing ')'?
"_autotst.c", line 119.31: 1506-098 (E) Missing argument(s).
"_autotst.c", line 119.48: 1506-098 (E) Missing argument(s).
"_autotst.c", line 132.22: 1506-068 (W) Operation between types "unsigned char**
" and "unsigned char*" is not allowed.
"_autotst.c", line 145.21: 1506-068 (W) Operation between types "unsigned char**
" and "unsigned char*" is not allowed.
make: 1254-004 The error code from the last command is 1.
Stop.
*******************************************************
I suggest you take a look at the definition of LDLAGS*
in the Makefile before you try make again.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
====================================================================================
It appears that the _autotst.c program is generated automatically and
brings back any errors I might try to fix.
Does anyone have a solution? Better yet, does anyone have a precompiled
set of programs for AIX?!
Thanks for your help.
Ed Brown