On 2009-5-30 14:02, Jeff Simmons wrote: > So it looks like it can't find gnutls.h, which I can see in > /opt/local/includes/gnutls. Any ideas on how to fix this? > > Learning a new platform is so much fun. You need to pass -I/opt/local/include in CPPFLAGS (or possibly in CFLAGS if it doesn't respect CPPFLAGS). GCC actually works this way on all platforms. :-) - Josh