bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

A Simple Patch for Cygwin


From: Bernard Guillot
Subject: A Simple Patch for Cygwin
Date: Sun, 18 Nov 2001 00:25:38 +0000
User-agent: Internet Messaging Program (IMP) 2.3.7-cvs

Hi Guys,

   A small Suggestion for version 0.10.41 is to add a empty main function in 
the file intl/gettext.c with a #ifdef CYGWIN to allow the library to compile 
under cygwin. Otherwise we get a exception. 

This will simplify the Compilation and allow us to move forward with gnome for 
cygwin.

Thanks

Bernard Guillot


Too simple did not send an diff.

File intl/gettext.c

......
......
......
...... Up till the end.

#ifdef CYGWIN
int main() {
}
#endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]