krb5-1.4 build fails on AIX 5.2 ML 4
Jorma
guest at guest.fi
Mon Jan 31 15:52:37 EST 2005
Hello,
I tried to compile krb5-1.4 package with IBM C++ 6.0.
Here is the result:
# ./configure --prefix=/opt/freeware --without-tcl --without-krb4
After few make runs I see better where the error is...
# make
Lines removed....
making all in lib/des425...
Target "all" is up to date.
Target "all" is up to date.
making all in lib/kdb...
Target "all" is up to date.
Target "all" is up to date.
Target "all" is up to date.
making all in lib/gssapi...
making all in lib/gssapi/generic...
Target "all" is up to date.
Target "all" is up to date.
making all in lib/gssapi/krb5...
/bin/sh: 0403-057 Syntax error at line 1 : `(' is not matched.
make: 1254-004 The error code from the last command is 2.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
After few minutes I located the error to GSSAPI Makefile.
# pwd
/opt/freeware/lib/krb5-1.4/src/lib/gssapi
# make
making all in generic...
Target "all" is up to date.
Target "all" is up to date.
making all in krb5...
/bin/sh: 0403-057 Syntax error at line 1 : `(' is not matched.
make: 1254-004 The error code from the last command is 2.
Stop.
make: 1254-004 The error code from the last command is 1.
Sorry to say I do not kown how to debug makefile. What I can do next?
I tested also on AIX 4.3.3 but the result is the same.
Jorma
More information about the Kerberos
mailing list