On Fri, 2010-09-03 at 23:48 -0700, siddharth chandra wrote: > I am using Fedora 13 x86_64 and the cd by default, does not include > the glib2-devel package. I couldn't find any glib2-devel source > tarball that I can compile. So, I just wanted to know, if I compile > the glib package, will it include the glib2-devel support i.e. the > glib.h and other necessary include files? > > Thanks, > Siddharth >
Installing a package from source is the basic equivalent of installing the package and its -devel cousin; so, yes. Just to be clear, installing glib2-devel would get you the glib2/glib.h, not glib.h. (glib and glib2 are incompatible, so they separate their files) Lastly, try the rpm (found by googling 'glib2-devel rpm "fedora 13"'): http://rpm.pbone.net/index.php3/stat/4/idpl/14083381/dir/fedora_13/com/glib2-devel-2.24.1-1.fc13.x86_64.rpm.html -- You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup
