Jan, Steve, et al.
In trying to install JAMin, I found:
jamin-geq.o: In function `geq_set_coefs':
/mnt/hdb7/home2/davec/c/user/downloads/jamin/jam/src/geq.c:126: undefined
reference to `libintl_dgettext'
jamin-geq.o: In function `geq_set_sliders':
/mnt/hdb7/home2/davec/c/user/downloads/jamin/jam/src/geq.c:151: undefined
reference to `libintl_dgettext'
So I added -lintl to the gcc link line (manually). Linked OK after that.
Dave.