build problem
Greg Hudson
ghudson at MIT.EDU
Wed Aug 29 14:20:31 EDT 2012
On 08/29/2012 01:59 PM, Nitin Thakur wrote:
> Undefined first referenced
> symbol in file
> libintl_bindtextdomain ../../../lib/libkrb5.so
> libintl_dgettext ../../../lib/libgssapi_krb5.so
This error suggests that your build configuration is finding a libintl.h
from GNU gettext. You either need to get that header out of your
include path somehow, or configure with LIBS=-lintl to (hopefully) pick
up the GNU gettext libintl.
More information about the krbdev
mailing list