On Wed, Sep 16, 2009 at 18:36, Joel Saltzman <saltzmanjoelh@xxxxxxxxx> wrote: > The last part is what I am trying to figure out. How do I set those linking > flags? Below, I assume you're a familiar with compilation. Open Makefile and find the line "Platform specific tweaks". That should be an example(s) for variables to set. Don't mind the ifeq's. Open config.mak and put there all the -I$$HOME/... and -L$$HOME/... you need to reach the missing headers and libraries. Your configuration will override the preset values. That's almost it: you have to find out what exactly you're missing on your own (for example, you may actually have curl and openssl). -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html