Hi - we've been using sms server tools on Linux ( Ubuntu and Red-Hat for quite some time, and with excellent results.
The problem I now face is that we need to move off the linux distro's to AIX
Has anyone any experience with compiling on AIX 6.1 ("oslevel -s" reports: 6100-06-05-1115).
The errors I see when running the "make" command are below.
Any help / advice appreciated.
Dave
root@zabbixcluster:/tmp/smstools3 > make
cd src && make -
make[1]: Entering directory `/tmp/smstools3/src'
/opt/freeware/bin/gcc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -c -o extras.o extras.c
extras.c: In function 'getfile':
extras.c:522:16: error: 'NAME_MAX' undeclared (first use in this function)
extras.c:522:16: note: each undeclared identifier is reported only once for each function it appears in
extras.c: In function 'my_system':
extras.c:1027:24: warning: signed and unsigned type in conditional expression [-Wsign-compare]
extras.c:1039:134: warning: signed and unsigned type in conditional expression [-Wsign-compare]
extras.c:1076:11: warning: signed and unsigned type in conditional expression [-Wsign-compare]
make[1]: *** [extras.o] Error 1
make[1]: Leaving directory `/tmp/smstools3/src'
make: *** [compile] Error 2