Complete.Org: Mailing Lists: Archives: freeciv-dev: April 2004:
[Freeciv-Dev] Re: Failing to link with a QPE client -- any hints?
Home

[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]
To: Frederic Briere <fbriere@xxxxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: Failing to link with a QPE client -- any hints?
From: Mike Kaufman <kaufman@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 19 Apr 2004 15:25:41 -0500

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


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