Abdelrazak Younes a écrit :
Jean-Marc Lasgouttes a écrit :
"Abdelrazak" == Abdelrazak Younes
<[EMAIL PROTECTED]> writes:
It is not so surprising since the program that is linked is basically:
| int
| main ()
| {
| bindtextdomain ("", "");
| return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
| ;
| return 0;
| }
Note that your libintl seems to provide bindtextdomain and gettext.
Could you try to grep the libraries to see whether the missing symbols
appear in a different form?
I got a new intl (included in gettext 0.14.4 from GnuWin32) that has
those symbols and it seems to configure fine:
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -lintl
I should update my packages more often...
Abdel.