Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2004:
[Freeciv-Dev] (PR#11546) civserver linking problem
Home

[Freeciv-Dev] (PR#11546) civserver linking problem

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#11546) civserver linking problem
From: "Vijay Kiran Kamuju" <infyquest@xxxxxxxxx>
Date: Thu, 16 Dec 2004 02:37:29 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=11546 >

gcc  -g -O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-de
clarations   -o civserver.exe  civserver.o ../utility/libcivutility.a ../common/
libcivcommon.a ../ai/libcivai.a ../utility/libcivutility.a ./libcivserver.a -lin
tl -liconv ../utility/libcivutility.a ../common/libcivcommon.a ../ai/libcivai.a
../utility/libcivutility.a ./libcivserver.a ../utility/libcivutility.a ../common
/aicore/libaicore.a ./generator/libgenerator.a userdb/libuserdb.a -lreadline   -
lz  -liconv
./libcivserver.a(ruleset.o)(.text+0x305f): In function `load_ruleset_buildings':

/home/vijaykiran/cvs/freeciv/server/ruleset.c:1390: undefined reference to `_req
_from_str'
../common/libcivcommon.a(effects.o)(.text+0x79a): In function `send_ruleset_cach
e_effects':
/home/vijaykiran/cvs/freeciv/common/effects.c:583: undefined reference to `_req_
get_value'
../common/libcivcommon.a(effects.o)(.text+0xd53): In function `are_effect_reqs_a
ctive':
/home/vijaykiran/cvs/freeciv/common/effects.c:871: undefined reference to `_is_r
eq_active'
Info: resolving _rl_line_buffer by linking to __imp__rl_line_buffer (auto-import
)
Info: resolving _rl_attempted_completion_over by linking to __imp__rl_attempted_
completion_over (auto-import)
Info: resolving _rl_attempted_completion_function by linking to __imp__rl_attemp
ted_completion_function (auto-import)
collect2: ld returned 1 exit status
make[3]: *** [civserver.exe] Error 1
make[3]: Leaving directory `/home/vijaykiran/cvs/freeciv/server'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/vijaykiran/cvs/freeciv/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vijaykiran/cvs/freeciv'
make: *** [all] Error 2





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#11546) civserver linking problem, Vijay Kiran Kamuju <=