Subject: Re: A small gnome-libs patch
To: Martti Kuparinen <martti.kuparinen@iki.fi>
From: Noriyuki Soda <soda@sra.co.jp>
List: tech-pkg
Date: 10/07/2003 18:57:35
>>>>> On Tue, 07 Oct 2003 12:50:36 +0300,
	Martti Kuparinen <martti.kuparinen@iki.fi> said:

>> Also, why doesn't it work?

> cannot find -lintl
> collect2: ld returned 1 exit status
> make[2]: *** [gnome-dump-metadata] Error 1
	:
> # ls /usr/lib/*intl*
> /bin/ls: /usr/lib/*intl*: No such file or directory

Mmm, in that case, the patch is questionable.

On linux (and Solaris and SVR4), "libc" provides gettext()
and other functions of <libintl.h>.

So, isn't correct fix to remove "-lintl" from the command line,
instead of adding USE_GNU_GETTEXT=YES?
--
soda