Hey guys,

I'm a somewhat rookie C programmer and am going to need a bignum math library for some upcoming programs. I think I'm going to choose GNU MP, as it's quite popular and seems to work well. My rookie question is, then, how would I go about compiling it through [an Apple] terminal? The file downloaded from the internet is "gmp-5.0.1" and my include file location is "Macintosh HD/Developer/SDKs/MacOSX10.5.sdk/usr.include".

Thanks!