first hurdle of Hobbit installation :
I installed the needed GNU Make from
(version 3.81 = tar version for AIX 5.3)
The Hobbit configure script tests the existence of a GNU Make version :
GNU make is required to build Hobbit.
If it is available as "gmake", run configure as: 'MAKE=gmake ./configure.server'
After debugging the configure script I can see that there is a missing library :
/usr/local/bin/gmake -version
exec(): 0509-036 Cannot load program /usr/local/bin/gmake because of the following errors:
0509-150 Dependent module /usr/local/lib/libintl.a(libintl.so.3) could not be loaded.
0509-022 Cannot load module /usr/local/lib/libintl.a(libintl.so.3).
0509-026 System error: A file or directory in the path name does not exist.
Where can I find this Library ?
I did not found it on the Public Domain Software Library :
nor on the IBM site AIX Toolbox for Linux Applications ...