Re: [gtkmm] how to compile GdkPixbuf
- From: "Jeffrey Rush" <rushjeffrey hotmail com>
- To: whizvish80 rediffmail com, gtk-list gnome org
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] how to compile GdkPixbuf
- Date: Fri, 10 Jan 2003 11:30:41 +0100
Hi Vishal,
How can I tell the linker to search them etc. etc?
I don't know if you are using kind of a makefile, but
there should be something like:
... -lgdk -lgtk ...
that's where you tell the compiler where it can
find the necessary files (and functions for linking).
Simply add:
-lgdk_pixbuf
to that line (above). It might be you need to
specify a path too, like:
-L/usr/local/lib
(at the same line as the stuff before).
Hope that helped.
Many cheers,
Jeffrey Rush.
_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]