Complete.Org: Mailing Lists: Archives: freeciv-dev: June 1999:
Re: [Freeciv-Dev] GTK and Imlib Questions
Home

Re: [Freeciv-Dev] GTK and Imlib Questions

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Todd Goodman <tsg1@xxxxxxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx
Subject: Re: [Freeciv-Dev] GTK and Imlib Questions
From: Greg Wooledge <wooledge@xxxxxxxxxxx>
Date: Sun, 13 Jun 1999 12:22:11 -0400

Todd Goodman (tsg1@xxxxxxxxxxxxx) wrote:

> I've built GTK and imlib.  I've tried building dynamic libraries and then
> static after I have this problem.  The imlib builds seem to build libxxx.la
> libraries.  Is this so under other OSes?  What are these?

That sounds like a libtool feature.  Did you install the libaries
with "make install"?  Doing so should put the normal *.a (and/or
*.so*) files into ${prefix}/lib, as well as the *.la libtool stubs.
(Libtool needs these for some internal tracking it does to help with all
the different ways shared libraries are handled by different systems.
They're quite small.)

But if you're using win32, then I can't help much beyond that....
Try checking for a GTK or Imlib mailing list, perhaps.

-- 
Greg Wooledge                    | Distributed.NET http://www.distributed.net/
wooledge@xxxxxxxxxxx             | because a CPU is a terrible thing to waste.
http://www.kellnet.com/wooledge/ |

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