Why don't you just use 'make'?  only "make install" actually installs
something, and running just 'make' will compile the examples/ with the
right compiler options.

Removing 'platform.h' is probably not the answer, as that may work on
some platforms but might fail on more obscure ones.

-Christian

On 05/08/15 11:06, Prakash Premkumar wrote:
> Hi how do I run the examples in the src/examples ?
> 
> I don't want to install MHD binary, I just want to run it along side the
> source code
> 
> I tried this :
> 
>      gcc fileserver_example.c
>     -I/Users/prakash-2282/Desktop/libmicrohttpd-0.9.41/src/include
> 
> 
> 
> It gave me this error:
> 
>     * **fatal error: **'MHD_config.h'
>     **      file not found* 
> 
> 
> 
> Thanks for your help 

Reply via email to