Hello everybody After 2 days of reading every tutorial and mailing list of how to install Inline on Activestate distribution I finally got the great Inline::C module working I then tried to install Inline::CPP it didn't work but that didn't bother me much since I need Inline C at the moment but The real bother was when I tried to run a test inline c I found that inline doesn't work anymore
I went through installing Inline again as the same way I did before to get Inline::C working again but nothing worked so far, I tried everything and I'm now desperate, so please help me before I get a heart attack here is the error output I get after running an inline c script D:\>perl c.pl E:\xampp\perl\bin\perl.exe E:\xampp\perl\site\lib\ExtUtils\xsubpp -typemap E:\x ampp\perl\lib\ExtUtils\typemap c_pl_2537.xs > c_pl_2537.xsc && E:\xampp\perl\bi n\perl.exe -MExtUtils::Command -e "mv" -- c_pl_2537.xsc c_pl_2537.c gcc -c -ID:/ -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STR ICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO - DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"0.00\" -DXS_VER SION=\"0.00\" "-IE:\XAMPP\Perl\lib\CORE" c_pl_2537.c gcc.exe: unrecognized option `-nologo' gcc.exe: unrecognized option `-GF' gcc.exe: unrecognized option `-Zi' gcc.exe: unrecognized option `-Zi' Running Mkbootstrap for c_pl_2537 () E:\xampp\perl\bin\perl.exe -MExtUtils::Command -e "chmod" -- 644 c_pl_2537.bs E:\xampp\perl\bin\perl.exe -MExtUtils::Mksymlists \ -e "Mksymlists('NAME'=>\"c_pl_2537\", 'DLBASE' => 'c_pl_2537', 'DL_FUNCS' = > { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" dlltool --def c_pl_2537.def --output-exp dll.exp g++ -o blib\arch\auto\c_pl_2537\c_pl_2537.dll -Wl,--base-file -Wl,dll.base -L:"E :\xampp\perl\lib\CORE" c_pl_2537.o -Wl,--image-base,0x3c6d0000 E:\XAMPP\Perl\li b\CORE\perl510.lib oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid. lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib dll.exp g++.exe: oldnames.lib: No such file or directory g++.exe: kernel32.lib: No such file or directory g++.exe: user32.lib: No such file or directory g++.exe: gdi32.lib: No such file or directory g++.exe: winspool.lib: No such file or directory g++.exe: comdlg32.lib: No such file or directory g++.exe: advapi32.lib: No such file or directory g++.exe: shell32.lib: No such file or directory g++.exe: ole32.lib: No such file or directory g++.exe: oleaut32.lib: No such file or directory g++.exe: netapi32.lib: No such file or directory g++.exe: uuid.lib: No such file or directory g++.exe: ws2_32.lib: No such file or directory g++.exe: mpr.lib: No such file or directory g++.exe: winmm.lib: No such file or directory g++.exe: version.lib: No such file or directory g++.exe: odbc32.lib: No such file or directory g++.exe: odbccp32.lib: No such file or directory g++.exe: msvcrt.lib: No such file or directory dmake.exe: Error code 129, while making 'blib\arch\auto\c_pl_2537\c_pl_2537.dll ' A problem was encountered while attempting to compile and install your Inline C code. The command that failed was: dmake > out.make 2>&1 The build directory was: D:\_Inline\build\c_pl_2537 To debug the problem, cd to the build directory, and inspect the output files. at c.pl line 0 INIT failed--call queue aborted. I'm using Mingw with dmake and everything seems configured correctly here is my perl -V out put D:\>perl -V Summary of my perl5 (revision 5 version 10 subversion 0) configuration: Platform: osname=MSWin32, osvers=5.00, archname=MSWin32-x86-multi-thread uname='' config_args='undef' hint=recommended, useposix=true, d_sigaction=undef useithreads=define, usemultiplicity=define useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=undef, use64bitall=undef, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='gcc', ccflags ='-nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE _PERLIO -DPERL_MSVCRT_READFIX', optimize='-MD -Zi -DNDEBUG -O1', cppflags='-DWIN32' ccversion='13.10.6030', gccversion='', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='__int64', lseeksi ze=8 alignbytes=8, prototype=define Linker and Libraries: ld='g++', ldflags ='-L:"E:\xampp\perl\lib\CORE"' libpth=\lib libs=oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.l ib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32 .lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib perllibs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comd lg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib libc=msvcrt.lib, so=dll, useshrplib=true, libperl=perl510.lib gnulibc_version='' Dynamic Linking: dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags='-L:"E:\xampp\perl\lib\CORE"' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_SITECUSTOMIZE Locally applied patches: ActivePerl Build 1007 [291969] 0abd0d disable non-unicode case insensitive trie matching Built under MSWin32 Compiled at Jan 26 2010 23:15:11 @INC: E:/xampp/perl/site/lib E:/xampp/perl/lib Perl -V:lib_ext lib_ext='.a'; Perl -V:obj_ext lib_ext='.o'; Perl -V:make lib_ext='dmake'; A reminder again, my Inline::C was working just fine I didn't do anything after that except trying to install Inline::CPP Thank you in advance for any help you provide, this help may save my life as I may get heart attack if this error persists Regards, Mamod