[Gtk-sharp-list] autogen.sh usage + gnome-sharp

Mike Kestner mkestner@ximian.com
Tue, 17 Aug 2004 13:45:50 -0500


On Tue, 2004-08-17 at 13:21, radioact1ve wrote:
> Wow thanks Mike! That worked great. Got the devel packages from a yum
> repo and gtk# sources configured flawlessly.
> 
> While I do a make though, get the following errors. Not sure what they
> mean. I'll keep looking into it but maybe you might have any
> suggestions or someone else?
> 
> --------------------------------------------
> grep: /usr/lib/libesd.la: No such file or directory
> /bin/sed: can't read /usr/lib/libesd.la: No such file or directory

Unfortunately, that means that one or more of the devel packages you
installed is broken.  Your esd-devel package didn't ship that .la file
but one of the devel packages higher in the dependency chain shipped a
.la that depends on it.

As to your followup question, a .a is very different from a .la.  .la is
a file used by libtool, .a is a static version of the library.  You need
to fix the .la dependency, either by providing the .la's that are
missing in the lower end of the chain, or removing the .la's that are
referencing the missing .la.

Or you can file a bug against the packager for your devel packages and
ask them to fix their broken packages.

-- 
Mike Kestner <mkestner@ximian.com>