Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
August 1999: [Freeciv-Dev] CVS compile problem with i18n (PR#92) |
![]() |
[Freeciv-Dev] CVS compile problem with i18n (PR#92)[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
civserver.o: In function `main': /home/greg/freeciv/server/civserver.c:353: undefined reference to `dcgettext__' collect2: ld returned 1 exit status make[2]: *** [civserver] Error 1 civserver.c:353 is where we have _("This is the server for %s"). I'm assuming that's the cause of the problem. I'm trying to compile this on x86 Debian GNU/Linux "potato" (not fully synchronized with the latest versions of everything). Glibc2 (2.1.1), egcs (1.1.2). I did "cvs -z9 update -d" (a few times, nuking various directories like data/civ2 when complaints arose), "rm config.cache", "./configure" and "make". Is this an autoconf problem? Or do I need to install something special? Or is something I've got installed causing a conflict? ./configure did find dcgettext; I don't know what dcgettext__ is supposed to do or how it differs from dcgettext. -- Greg Wooledge | Distributed.NET http://www.distributed.net/ wooledge@xxxxxxxxxxx | because a CPU is a terrible thing to waste. http://www.kellnet.com/wooledge/ |
|