Complete.Org: Mailing Lists: Archives: freeciv: March 2001:
[Freeciv] Problem
Home

[Freeciv] Problem

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Ben Anderson <BenE-A@xxxxxxxxxx>
Cc: Freeciv@xxxxxxxxxxx
Subject: [Freeciv] Problem
From: Andreas Kemnade <akemnade@xxxxxxxxxxx>
Date: Mon, 26 Mar 2001 14:45:22 +0200 (CEST)

Ben Anderson writes:
 > I had the "no: command not found" problem, so I installed the gettext
 > package. But then a different problem arised:
 > 
 > gcc -g -O2 -Wall -o civserver civserver.o ../common/libcivcommon.a
 > ../ai/libccivserver.o: In function `main':
 > /usr/src/freeciv/server/civserver.c:82: undefined reference to
 > `dcgettext__'
 > /usr/src/freeciv/server/civserver.c:108: undefined reference to
 > `dcgettext__'
 > /usr/src/freeciv/server/civserver.c:119: undefined reference to
 > `dcgettext__'
 > /usr/src/freeciv/server/civserver.c:124: undefined reference to
 > `dcgettext__'
 > civserver.o:/usr/src/freeciv/server/civserver.c:125: more undefined
 > references to `dcgettext__' follow
 > collect2: ld returned 1 exit status
 > gmake[2]: *** [civserver] Error 1
 > gmake[2]: Leaving directory `/usr/src/freeciv/server'
 > gmake[1]: *** [all-recursive] Error 1
 > gmake[1]: Leaving directory `/usr/src/freeciv/server'
 > gmake: *** [all-recursive-am] Error 2

What about the intl dir? Is there 
still a link from a previous run of configure?  (libintl.h)
Perhaps this solves the problem:

rm intl/libintl.h
gmake distclean
./configure (optionally: --with-included-gettext)
gmake

Greetings
Andreas Kemnade



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