[Freeciv-Dev] Re: Failing to link with a QPE client -- any hints?
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Mon, Apr 19, 2004 at 04:14:25PM -0400, Frederic Briere wrote:
> On Mon, Apr 19, 2004 at 10:59:12AM +0200, Raimar Falke wrote:
> > You can examine the object files:
> > $ nm common/timing.o|grep start_timer
> > 00000210 T start_timer
> > $ nm common/libcivcommon.a|grep start_timer
> > 00000210 T start_timer
>
> root@toroia:/freeciv-1.14.1# nm common/timing.o|grep start_timer
> 00000200 T start_timer
> root@toroia:/freeciv-1.14.1# nm common/libcivcommon.a|grep start_timer
> 00000200 T start_timer
>
> > I suspect that somehow your libcivcommon.a doesn't contain the symbol
> > in question.
>
> If I use the same libcivcommon.a to link with the gui-xaw client,
> everything works fine. I just can't wrap my head around this.
what does this mean? manually linking to the client? What is your
Makefile.am line for LDADD?
-mike
[Freeciv-Dev] Re: Failing to link with a QPE client -- any hints?, Raimar Falke, 2004/04/19
[Freeciv-Dev] Re: Failing to link with a QPE client -- any hints?, Jason Dorje Short, 2004/04/19
|
|