Hi, I can get SSH 2.2.0 to configure on my AIX 4.3.3 system using the
CFLAGS="DSSH_ALLOW_CPLUSPLUS_KEYWORDS",
but I get the following make error.
gcc -DSSH_ALLOW_CPLUSPLUS_KEYWORDS -Wall -Wno-unknown-pragmas -o ssh2
ssh2.o ./libssh2.a ../../lib/libssh.a -ltermcap -lnsl -L/usr/local/lib -ls -lxcu
rses -ltermcap -lbsd -lnsl
ld: 0711-317 ERROR: Undefined symbol: .__inet_addr
ld: 0711-317 ERROR: Undefined symbol: .__inet_ntoa
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 2.
Stop.
#
any ideas on how to fix this?
Nick