let me know, is there something need to be changed in code to compile it in linux. because in windows i was able to compile the same code success fully. ?
On Mon, Jul 18, 2011 at 1:44 PM, Guy Harris
<guy@xxxxxxxxxxxx> wrote:
On Jul 17, 2011, at 10:18 PM, sagar sg wrote:
> Yes, I have
>
> #ifdef HAVE_CONFIG_H
> # include "config.h"
> #endif
>
> But my code is in C++ and i am using gcc compiler. does this make any difference?
I wouldn't expect it to.
Could we see the code, please? You might be doing something wrong that's not obvious from your description.