Installation of Gettext
Prepare Gettext to be compiled:
./configure --prefix=/stage1
Compile the programs:
make
Check that the programs work correctly (this takes so long you can go
for a walk):
make check
Then install them and their documentation:
make install