gcc.exe "C:\test\start.c" -o "C:\test\start.exe" -I"C:\Dev-Cpp\include" -I"C:\perl-5.8.8" -L"C:\Dev-Cpp\lib" -L"C:\perl-5.8.8\lib" In file included from C:\test\start.c:21: C:/perl-5.8.8/perl.h:37:23: config.h: No such file or directory In file included from C:\test\start.c:21: C:/perl-5.8.8/perl.h:1367: error: syntax error before "IV" C:/perl-5.8.8/perl.h:1367: warning: data definition has no type or storage class C:/perl-5.8.8/perl.h:1368: error: syntax error before "UV" C:/perl-5.8.8/perl.h:1368: warning: data definition has no type or storage class C:/perl-5.8.8/perl.h:1585: error: syntax error before "NV" C:/perl-5.8.8/perl.h:1585: warning: data definition has no type or storage class C:/perl-5.8.8/perl.h:2065: error: syntax error before "STRLEN" C:/perl-5.8.8/perl.h:2065: warning: data definition has no type or storage class In file included from C:/perl-5.8.8/perl.h:2120, from C:\test\start.c:21: C:/perl-5.8.8/handy.h:147: error: syntax error before "I8" C:/perl-5.8.8/handy.h:147: warning: data definition has no type or storage class C:/perl-5.8.8/handy.h:148: error: syntax error before "U8" C:/perl-5.8.8/handy.h:148: warning: data definition has no type or storage class C:/perl-5.8.8/handy.h:149: error: syntax error before "I16" C:/perl-5.8.8/handy.h:149: warning: data definition has no type or storage class C:/perl-5.8.8/handy.h:150: error: syntax error before "U16" C:/perl-5.8.8/handy.h:150: warning: data definition has no type or storage class C:/perl-5.8.8/handy.h:151: error: syntax error before "I32" C:/perl-5.8.8/handy.h:151: warning: data definition has no type or storage class C:/perl-5.8.8/handy.h:152: error: syntax error before "U32" C:/perl-5.8.8/handy.h:152: warning: data definition has no type or storage class C:/perl-5.8.8/handy.h:536: error: syntax error before "line_t" C:/perl-5.8.8/handy.h:536: warning: data definition has no type or storage class C:/perl-5.8.8/perl.h:2435:21: win32.h: No such file or directory In file included from C:\test\start.c:21: C:/perl-5.8.8/perl.h:2695: error: syntax error before "I32" C:/perl-5.8.8/perl.h:2695: warning: no semicolon at end of struct or union C:/perl-5.8.8/perl.h:2696: warning: data definition has no type or storage class C:/perl-5.8.8/perl.h:2701: error: syntax error before '}' token C:/perl-5.8.8/perl.h:2710: error: syntax error before '*' token C:/perl-5.8.8/perl.h:2710: error: `I32' declared as function returning a function C:/perl-5.8.8/perl.h:2710: error: 'I32' redeclared as different kind of symbol C:/perl-5.8.8/handy.h:151: error: previous declaration of 'I32' was here In file included from C:/perl-5.8.8/perl.h:2733, from C:\test\start.c:21: C:/perl-5.8.8/iperlsys.h:54: error: syntax error before '*' token C:/perl-5.8.8/iperlsys.h:54: error: `Signal_t' declared as function returning a function In file included from C:/perl-5.8.8/perl.h:2746, from C:\test\start.c:21: C:/perl-5.8.8/regexp.h:20: error: syntax error before "U8" C:/perl-5.8.8/regexp.h:20: warning: no semicolon at end of struct or union C:/perl-5.8.8/regexp.h:21: warning: data definition has no type or storage class C:/perl-5.8.8/regexp.h:22: error: syntax error before "next_off" C:/perl-5.8.8/regexp.h:22: warning: data definition has no type or storage class .... And so forth...