davidrclark@xxxxxxxxxxxxx writes: > 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. Probably, there's a bug in our configure.in. It would help to know more about your system. What distribution are you running? What C library does it have? What does JAMin's ./configure print? When I run it on my Debian system I get (among other stuff)... checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for dgettext in libc... yes This is with libc6 2.3.2-9. Where does your libintl.h come from? -- joq