Re: [gtkmm] how to compile GdkPixbuf



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]