I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2012-06-05 13:13:58.22054-07 by ales
Missing installation file Top.o
I had problems to use make on Windows, after reading some recommendations I use Microsoft nmake. Test::Harness and Test::Simple installed smoothly. When I tried to install Sort::Key::Top I failed because of a missing file "Top.o" : "g++.exe: Top.o: No such file or directory" Any help, pls? The output of nmake is below. Regards, Ales ===========================================
C:\MyFiles\Clients\!!MFCR\AlesSynchro\CaR\OtherSources\Sort-Key-Top-0.04>perl Makefile.PL MAKE=nmak +e Set up gcc environment - 2.95 Checking if your kit is complete... Looks good Writing Makefile for Sort::Key::Top C:\MyFiles\Clients\!!MFCR\AlesSynchro\CaR\OtherSources\Sort-Key-Top-0.04>nmake Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. cp lib/Sort/Key/Top.pm blib\lib\Sort\Key\Top.pm C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils\xsubpp -typemap C:\Perl\lib\ExtUtils\typemap To +p.xs > Top.xsc && C:\ Perl\bin\perl.exe -MExtUtils::Command -e "mv" -- Top.xsc Top.c C:/FPC/262A7D~1.0/bin/I386-W~1/gcc.exe -c -I. -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DH +AVE_DES_FCRYPT -DUSE_ SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -D_USE_32BIT_TIME_T -DPERL_M +SVCRT_READFIX -DHASAT TRIBUTE -fno-strict-aliasing -mms-bitfields -O2 -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" "-IC: +\Perl\lib\CORE" Top .c Running Mkbootstrap for Sort::Key::Top () C:\Perl\bin\perl.exe -MExtUtils::Command -e "chmod" -- 644 Top.bs C:\Perl\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"Sort::Key::Top\", 'DL +BASE' => 'Top', 'DL_F UNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" Set up gcc environment - 2.95 dlltool --def Top.def --output-exp dll.exp C:\Dwimperl\c\bin\g++.exe -o blib\arch\auto\Sort\Key\Top\Top.dll -Wl,--base-file -Wl,dll.ba +se -mdll -L"C:\Perl\l ib\CORE" Top.o -Wl,--image-base,0x30030000 C:\Perl\lib\CORE\perl512.lib -lkernel32 -luser32 -lgdi3 +2 -lwinspool -lcomdlg 32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodb +c32 -lodbccp32 -lcomc tl32 -lmsvcrt dll.exp g++.exe: Top.o: No such file or directory NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1' Stop. C:\MyFiles\Clients\!!MFCR\AlesSynchro\CaR\OtherSources\Sort-Key-Top-0.04>
Direct Responses: Write a response