# CC=gcc /opt/freeware/bin/make
gcc -Wall -fPIC -c src/pam_radius_auth.c -o pam_radius_auth.o
src/pam_radius_auth.c: In function 'rad_converse':
src/pam_radius_auth.c:1004: warning: passing argument 3 of 'pam_get_item' from incompatible pointer type
src/pam_radius_auth.c:1007: warning: passing argument 2 of 'conv->conv' from incompatible pointer type
src/pam_radius_auth.c: At top level:
src/pam_radius_auth.c:1037: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'
src/pam_radius_auth.c:1240: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'
src/pam_radius_auth.c: In function 'pam_private_session':
src/pam_radius_auth.c:1268: warning: passing argument 2 of 'pam_get_user' from incompatible pointer type
src/pam_radius_auth.c:1288: warning: passing argument 3 of 'pam_get_item' from incompatible pointer type
src/pam_radius_auth.c: At top level:
src/pam_radius_auth.c:1335: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'
src/pam_radius_auth.c:1340: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'
src/pam_radius_auth.c:1349: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'
src/pam_radius_auth.c:1575: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'
make: *** [pam_radius_auth.o] Error 1
Ok, good to know. So, even with 1.4, is it unlikely that it will build on AIX?