To Build and Compile Code with GMime on CentOS 5.2 June 2, 2009
Use pkg-config to generate compilation flags is convenient:
pkg-config –cflags –libs gmime-2.0
On CentOS 5.2, you should install gmime and gimime-devel to make pkg-config output correct compilation
flags:
yum install gmime
yum install gmime-devel

