[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 03:25:41PM -0500, Mike Kaufman wrote:
> what does this mean? manually linking to the client?
If I run (in client):
gcc -g -O2 -Wall -o civclient <bunch of *.o> \
../common/libcivcommon.a agents/libagents.a \
gui-qpe/libguiclient.a -L/usr/share/qte2/lib -lqte -lqpe
I get an error. But if I do:
gcc -g -O2 -Wall -o civclient <bunch of *.o> \
../common/libcivcommon.a agents/libagents.a \
gui-xaw/libguiclient.a <bunch of -L and -l for Xaw>
Then it works fine. Same libcivcommon.a and libagents.a.
[Cue Twilight Zone theme]
--
Frederic Briere <*> fbriere@xxxxxxxxxxx
=> <fbriere@xxxxxxxxxx> IS NO MORE: <http://www.abacomsucks.com> <=
[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
|
|