delorie.com/archives/browse.cgi | search |
Charles Wilson wrote: > > "Jari Aalto+tpu.misc" wrote: > > > > Would anyone have clue what is this missing _imp__gettext ? > > > > Jari > > You are compiling with the gettext header files in /usr/include, but are > linking against the gettext static library (libintl.a) that is > distributed as part of fetchmail source tarball. Because so many > projects include gettext within their own code (a BAD practice, IMO), > fixing this The Right Way is hard. > > The easy way: > Add -DGETTEXT_STATIC to your CFLAGS before compiling. This will make > the /usr/include gettext headers "right" for static libs. Or rename > "gettext.h" in /usr/include, which forces fetchmail to use its own > internal gettext headers. > Or add the appropriate -I switch to pick the headers from the fetchmail source. Earnie. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |