Re: [Freeciv-Dev] GTK and Imlib Questions
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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/ |
|
|