Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2004:
[Freeciv-Dev] (PR#7360) [freeciv #7308] MingW compiling error (Reply)
Home

[Freeciv-Dev] (PR#7360) [freeciv #7308] MingW compiling error (Reply)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: swromania21@xxxxxxxxx
Subject: [Freeciv-Dev] (PR#7360) [freeciv #7308] MingW compiling error (Reply)
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 5 Feb 2004 11:51:27 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=7360 >

> [swromania21@xxxxxxxxx - Sat Jan 31 22:48:24 2004]:
> 
> 
> I have posted you the whole section from make, related to those
>    errors... If you need all(from the very beginning) that make had
>    generated I will attach a zip file containing the text. Please
>    specify if this is what you need.

What version of the source are you compiling?  Does your
client/Makefile.am have an entry like:

civclient_LDADD        = @gui_sources@/libguiclient.a \
        @INTLLIBS@ ../common/aicore/libaicore.a \
        ../common/libcivcommon.a agents/libagents.a
../common/aicore/libaicore.a \
        @CLIENT_LIBS@ @SOUND_LIBS@

where ../common/aicore/libaicore.a is listed *twice*?  This is sometimes
needed for the linker to figure things out.

jason



[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#7360) [freeciv #7308] MingW compiling error (Reply), Jason Short <=