Mail Archives: djgpp-workers/1996/10/04/04:53:21
On Thu, 3 Oct 1996, Eli Zaretskii wrote:
> Please do upload it. Somebody (maybe even myself) might use it to make
> Text/Fileutils support internationalization features.
OK, I'll upload it. I made already your Text/Fileutils together with
the gettext package for my own successful, so I think, there will be
no big problem, expect with gettext() (see below).
> Since GNU `gettext' is typically compiled together with the package
> that uses it, I suggest defining their `gettext' to something else
> (`GNU_gettext' OK?) and building the package that way. Since DJGPP's
I will see, how I can do it.
> `gettext' is not called by Fileutils, a global definition on config.h
That's not correct. The 'dir' or 'ls' utils use the conio functions, which
result in a 'duplicate symbol' when linking, because the conio
gettext() function is not in a single file.
Robert
- Raw text -