From: Tijl C. <ti...@ul...> - 2003-04-11 15:01:01
|
On Thu, 10 Apr 2003 21:35:43 +0200, Romain Lievin wrote: > Moreover, ${INTLLIBS} is empty on my platform. > > Anyways, I remembering something is lacking about that in > Makefile.am... > > For which reason do you need it ? BSDs don't have GNU gettext in libc. It's installed as a separate lib (libintl) and as such ${INTLLIBS} is set to "-lintl" on my system. Maybe that can be added to LDFLAGS, just like the flags for libusb now... |