Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Using MinGW to build perl on windows forcing it to expand * into glob in cmd.exe

by Discipulus (Canon)
on Feb 14, 2021 at 16:01 UTC ( [id://11128365]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ----------------------------------------------
     Welcome to Strawberry Perl Portable Edition!
    ...
    X:\>cd globperl
    
    X:\globperl>
    
  2. or download this
    X:\globperl>set PATH=C:\ulisse\perl5.32-64bit\perl\site\bin;C:\ulisse\
    +perl5.32-64bit\perl\bin;C:\ulisse\perl5.32-64bit\c\bin;C:\Windows\sys
    +tem32;C:\Windows;
    
  3. or download this
    #ifdef __GNUC__
    /* Mingw32 defaults to globing command line
    ...
     */
    int _CRT_glob = 0;
    #endif
    
  4. or download this
    #ifndef PERLDLL
    int _CRT_glob = 1;
    #endif
    
  5. or download this
    X:\globperl\perl-5.32.1\win32> gmake INST_DRV=x: INST_TOP=X:\globperl\
    +my_perl
    
    ...
    X:\globperl\perl-5.32.1\win32> gmake install
    
    [...]
    
  6. or download this
    C:\Users\io>set PATH=
    
    C:\Users\io>x:\globperl\my_perl\bin\perl.exe -v
    
  7. or download this
    C:\Users\io>copy c:\ulisse\perl5.32-64bit\perl\bin\libgcc_s_seh-1.dll 
    +x:\globperl\my_perl\bin
            1 file copied.
    ...
    
    Copyright 1987-2021, Larry Wall
    
  8. or download this
    
    X:\globperl\my_perl\bin\perl -e "print join ' ', @ARGV" *
    ...
    s.bat piconv.bat pl2pm.bat pod2html.bat pod2man.bat pod2text.bat pod2u
    +sage.bat podchecker.bat prove.bat ptar.bat ptardif
    f.bat ptargrep.bat shasum.bat splain.bat xsubpp.bat zipdetails.bat
    
  9. or download this
    cd x:\globperl
    
    ...
    x:\globperl\my_perl\bin\perl -e "print join ' ', @ARGV" \\*
    \\*
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://11128365]
Approved by marto
Front-paged by marto
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-03-29 11:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found