in reply to Re^2: problem with installing Math::pari in windows
in thread problem with installing Math::pari in windows

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^3: problem with installing Math::pari in windows

Replies are listed 'Best First'.
Re^4: problem with installing Math::pari in windows
by syphilis (Archbishop) on Jun 30, 2006 at 13:39 UTC
    For instructions on how to use ppm from behind a proxy see E:\Perl\html\faq\ActivePerl-faq2.html

    Cheers,
    Rob
Re^4: problem with installing Math::pari in windows
by Anonymous Monk on Oct 06, 2009 at 08:39 UTC

    Hi, I am trying to install Math::Pari Module on Windows XP with Active Perl 5.10. I am getting following errors.

    Setting up Math::Pari with Perl 5.010000 on MSWin32 version 5.00; cc=cl, gccversion=, ccflags='-nologo -GF -W3 -MD -Zi -DNDEBUG -O1 - +DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -D USE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL +_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX', ld=link, ldflags='-nologo -nodefaultlib -debug -opt:ref,icf -libpa +th:"C:\Perl\lib\CORE" -machine:x86', optimize='-M D -Zi -DNDEBUG -O1'. Found GP/PARI build directory in ../pari-2.3.4 (integer-formatted version 2003004). ...Generating libPARI/paricfg.h ... Scanning header files... Note (probably harmless): Errors reading from pipe: '', exit=256: cl - +nologo -E -DWIN32 utils/inc.h 2>&1 Creating libPARI/paricfg.h... 'uname' is not recognized as an internal or external command, operable program or batch file. ...Processor of family `' detected Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lm Note (probably harmless): No library found for oldnames.lib Note (probably harmless): No library found for kernel32.lib Note (probably harmless): No library found for user32.lib Note (probably harmless): No library found for gdi32.lib Note (probably harmless): No library found for winspool.lib Note (probably harmless): No library found for comdlg32.lib Note (probably harmless): No library found for advapi32.lib Note (probably harmless): No library found for shell32.lib Note (probably harmless): No library found for ole32.lib Note (probably harmless): No library found for oleaut32.lib Note (probably harmless): No library found for netapi32.lib Note (probably harmless): No library found for uuid.lib Note (probably harmless): No library found for ws2_32.lib Note (probably harmless): No library found for mpr.lib Note (probably harmless): No library found for winmm.lib Note (probably harmless): No library found for version.lib Note (probably harmless): No library found for odbc32.lib Note (probably harmless): No library found for odbccp32.lib Note (probably harmless): No library found for msvcrt.lib 'uname' is not recognized as an internal or external command, operable program or batch file. ...Processor of family `' detected #### Do not know how to build for assembler `'. #### #### Reversing to assembler-less type `port'. #### #### #### #### If you think your processor's assembler is supported #### #### by PARI, edit libPARI/Makefile.PL and report. #### #### #### #### Alternatively, specify machine=YOURTYPE on the #### #### perl Makefile.PL line #### #### Recognized types: #### #### alpha hppa m86k none sparcv7 sparcv8 sparcv8_micro #### #### sparcv8_super ix86 #### ...I will use portable assembler-less build ...Assembler is not GNU assembler Note (probably harmless): No library found for -lm Note (probably harmless): No library found for oldnames.lib Note (probably harmless): No library found for kernel32.lib Note (probably harmless): No library found for user32.lib Note (probably harmless): No library found for gdi32.lib Note (probably harmless): No library found for winspool.lib Note (probably harmless): No library found for comdlg32.lib Note (probably harmless): No library found for advapi32.lib Note (probably harmless): No library found for shell32.lib Note (probably harmless): No library found for ole32.lib Note (probably harmless): No library found for oleaut32.lib Note (probably harmless): No library found for netapi32.lib Note (probably harmless): No library found for uuid.lib Note (probably harmless): No library found for ws2_32.lib Note (probably harmless): No library found for mpr.lib Note (probably harmless): No library found for winmm.lib Note (probably harmless): No library found for version.lib Note (probably harmless): No library found for odbc32.lib Note (probably harmless): No library found for odbccp32.lib Note (probably harmless): No library found for msvcrt.lib Writing Makefile for Math::PARI::libPARI Writing Makefile for Math::Pari
    can anyone tell how these errors can be removed? Thanks
      I am trying to install Math::Pari Module on Windows XP...

      Any reason you're not using ppm?

      can anyone tell how these errors can be removed? Thanks

      They're warnings, ignore them until

      make make test
      fails