[pptp-server] Re: [pptp-server] Undefined referance to gettext

Bitt Faulk wfaulk at totalsports.net
Thu Jun 17 16:38:27 CDT 1999


On Thu, 17 Jun 1999, Andrew Hydle wrote:
>
> I am running Slackware 4.0 w/ kernel versio 2.3.6.....    Everytime I
> compile pptp versions 0.8.10 - 0.9.1, I get the error " undefined
> referance to gettext " in the file getopt.o.    Can anyone help?

It checks for libintl.h to determine whether or not to use gettext.  Just
comment out the shole shebang around line 91 and replace it with a simple
#define _(msgid) (msgid)

Unless you need internationalization, I guess, in which case you need to
install some more stuff.

-Bitt





More information about the pptp-server mailing list