Complete.Org: Mailing Lists: Archives: freeciv: December 2000:
[Freeciv] Re: How to compile civclient???
Home

[Freeciv] Re: How to compile civclient???

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv@xxxxxxxxxxx (Freeciv users)
Subject: [Freeciv] Re: How to compile civclient???
From: Reinier Post <rp@xxxxxxxxxx>
Date: Fri, 22 Dec 2000 22:52:45 +0100

On Tue, Nov 21, 2000 at 08:57:53AM -0500, John A. Sanabria wrote:
> Hello:
> 
> Someone can help me, with this i need to compile the civclient in a
> static fashion. Because i want to share, via NFS, with others machines
> that doesn't has installed the gtk libs.

First of all, under Solaris, Sun doesn't support this.

Why can't you share the gtk libs together with the civclient?
If necessary, you can set $LD_RUN_PATH (or sometimes, $LD_LIBRARY_PATH)
to point the executable to the library location.  Or use
./configure --with-gtk=/path/name.

> Can you tell me how can do this?

To force static linking you can add probably add a flag to the link
command.  With gcc, it's -static.  You can use Google to find out details.
 
-- 
Reinier



[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv] Re: How to compile civclient???, Reinier Post <=