glib-config from glib-1.1
- From: Marius Vollmer <mvo zagadka ping de>
- To: gtk-devel-list redhat com
- Subject: glib-config from glib-1.1
- Date: 04 Oct 1998 22:34:45 +0200
Hi,
I just noted that glib-config from glib-1.1 spits out what I would
call the wrong libraries.
% glib-config --version
1.1.3
% glib-config --libs gmodule
-L/usr/local/lib -rdynamic -lgmodule -lglib -ldl
Sure enough, the Gtk+ configure failed because there is no
libgmodule.so in /usr/local/lib, only libgmodule-1.1.so.
Shouldn't the output be
-L/usr/local/lib -rdynamic -lgmodule-1.1 -lglib-1.1 -ldl
I'm confused. I know this stuff worked some time ago, but now it does
no longer. What's going on?
Thanks,
Marius
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]