Hi,
I have a C program that I already compile in Windows using Visual Studio 2005 IDE. With no error.

But, when I compile using LINUX using cmd: gcc -D_DEBUG -c *.c
it returning error.

For example:
error: declaration for parameter 'xxx; but no such parameter and etc.

I try to find the cause, but have no idea about it.