[lug] Odd linking errors
Riggs, Rob
RRiggs at doubleclick.net
Wed Feb 20 10:32:04 MST 2002
That's meant for applications linking with glib, which I am not doing. Glib
is part of the GTK+ set of libraries, IIRC. And this is very much a CLI
application.
glib-config (and other similar helper apps) are there to provide the proper
include and library paths, so that it can be installed anywhere whithout
breaking other, dependent source packages.
-----Original Message-----
From: Trever M. Shick [mailto:tshick at objectwave.com]
Sent: Wednesday, February 20, 2002 10:20 AM
To: 'lug at lug.boulder.co.us'
Subject: Re: [lug] Odd linking errors
I'm pretty much a newbie to Linux development, but like gnome, there is a
glib-config script that you can execute like:
gcc -c x.c `glib-config --cflags --libs whateverlibs`
More information about the LUG
mailing list