Date: Thu, 3 Oct 1996 11:09:54 +0200 (IST) From: Eli Zaretskii To: Robert Hoehne Cc: DJGPP workers Subject: Re: GNU gettext library In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 2 Oct 1996, Robert Hoehne wrote: > Now my question: Is there an interest for it? If yes, I would upload > it to DJ's incoming as a zip together with a small example, how to > use it. Please do upload it. Somebody (maybe even myself) might use it to make Text/Fileutils support internationalization features. > But there is a conflict, which I don't know, how to solve. > Every program, which want to use the gettext lib and the conio > functions has a name confilict with the function 'gettext()'. 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 `gettext' is not called by Fileutils, a global definition on config.h should be OK.