You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a few notes from building Exim (4.44+exiscan) on an AIX (5.3L) box
... in case someone else needs the info, or in case someone spots me
doing something stupid (I'm new to AIX).
Change CC to gcc in OS/Makefile-AIX (no cc installed by default)
Change CFLAGS in OS/Makefile-AIX :-
Remove -D:underline:`STR31` (this may not be necessary but it
works without)
Add '-mcpu=power4 -maix64 -O3'
You also need to edit src/exim.h and remove the guard around
#define SOCKLEN_T socklen_t
AIX has SOCKLAN_T defined in the standard headers as blank. Yes this
should go in OS/os-AIX.h, but the change isn't effective there.
Note: The changes in OS/Makefile-AIX introduced with Exim 4.50 will break building on AIX 4.3 with at least the cc of /usr/ibmcxx/bin.