Installing gnupg on IBM AIX 4.2.1

Naresh Reddy nyg102@email.psu.edu
Mon Feb 25 18:25:01 2002


I am trying to install gnupg on IBM AIX 4.2.1.
I first did,
% ./configure --enable-static-rnd=none --with-included-gettext
--with-included-zlib --disable-nls  --enable-m-guard --prefix=$HOME

% make
        make  all-recursive
Making all in intl
Target "all" is up to date.
Making all in zlib
Target "all" is up to date.
Making all in util
        /usr/bin/xlc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../intl
-g -c fileutil.c
"../include/ttyio.h", line 27.36: 1506-046 (S) Syntax error.
"fileutil.c", line 39.1: 1506-277 (S) Syntax error: possible missing ';'
or ','?
"../include/ttyio.h", line 27.7: 1506-166 (S) Definition of function
tty_printf requires parentheses.
"../include/ttyio.h", line 27.7: 1506-160 (S) Object tty_printf cannot be
declared as type void.
"fileutil.c", line 48.33: 1506-045 (S) Undeclared identifier filepath.
"fileutil.c", line 51.5: 1506-046 (S) Syntax error.
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 2.


Stop.


I am stuck there...Can someone tell me what is wrong and how I can fix
this?


Thanks
naresh