| 1 | OUTPUT OF 'REGULAR' CMD WINDOW |
|---|
| 2 | |
|---|
| 3 | C:\Users\AB>echo %PATH% |
|---|
| 4 | C:\Program Files\PC Connectivity Solution\;C:\Windows\system32;C:\Windows;C:\Win |
|---|
| 5 | dows\System32\Wbem |
|---|
| 6 | |
|---|
| 7 | C:\Users\AB>perl -V |
|---|
| 8 | 'perl' is not recognized as an internal or external command, |
|---|
| 9 | operable program or batch file. |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | OUTPUT OF CMD WINDOWS RUN AS ADMINISTRATOR |
|---|
| 14 | |
|---|
| 15 | C:\Windows\system32>perl -V |
|---|
| 16 | Summary of my perl5 (revision 5 version 10 subversion 0) configuration: |
|---|
| 17 | Platform: |
|---|
| 18 | osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread |
|---|
| 19 | uname='Win32 padre 5.10.0.1 #1 Wed Jul 29 07:58:54 2009 i386' |
|---|
| 20 | config_args='undef' |
|---|
| 21 | hint=recommended, useposix=true, d_sigaction=undef |
|---|
| 22 | useithreads=define, usemultiplicity=define |
|---|
| 23 | useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef |
|---|
| 24 | use64bitint=undef, use64bitall=undef, uselongdouble=undef |
|---|
| 25 | usemymalloc=n, bincompat5005=undef |
|---|
| 26 | Compiler: |
|---|
| 27 | cc='gcc', ccflags =' -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTE |
|---|
| 28 | XT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -DPERL_MSVCRT_READFIX', |
|---|
| 29 | optimize='-s -O2', |
|---|
| 30 | cppflags='-DWIN32' |
|---|
| 31 | ccversion='', gccversion='3.4.5', gccosandvers='' |
|---|
| 32 | intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 |
|---|
| 33 | d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12 |
|---|
| 34 | ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long long', lseek |
|---|
| 35 | size=8 |
|---|
| 36 | alignbytes=8, prototype=define |
|---|
| 37 | Linker and Libraries: |
|---|
| 38 | ld='g++', ldflags ='-s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\li |
|---|
| 39 | b"' |
|---|
| 40 | libpth=C:\strawberry\c\lib |
|---|
| 41 | libs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 |
|---|
| 42 | -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm |
|---|
| 43 | -lversion -lodbc32 -lodbccp32 |
|---|
| 44 | perllibs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdl |
|---|
| 45 | g32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lw |
|---|
| 46 | inmm -lversion -lodbc32 -lodbccp32 |
|---|
| 47 | libc=-lmsvcrt, so=dll, useshrplib=true, libperl=libperl510.a |
|---|
| 48 | gnulibc_version='' |
|---|
| 49 | Dynamic Linking: |
|---|
| 50 | dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' ' |
|---|
| 51 | cccdlflags=' ', lddlflags='-mdll -s -L"C:\strawberry\perl\lib\CORE" -L"C:\st |
|---|
| 52 | rawberry\c\lib"' |
|---|
| 53 | |
|---|
| 54 | |
|---|
| 55 | Characteristics of this binary (from libperl): |
|---|
| 56 | Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV |
|---|
| 57 | PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS |
|---|
| 58 | PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_ITHREADS |
|---|
| 59 | USE_LARGE_FILES USE_PERLIO |
|---|
| 60 | Built under MSWin32 |
|---|
| 61 | Compiled at Jul 29 2009 08:16:38 |
|---|
| 62 | @INC: |
|---|
| 63 | C:/strawberry/perl/lib |
|---|
| 64 | C:/strawberry/perl/site/lib |
|---|
| 65 | . |
|---|
| 66 | |
|---|
| 67 | |
|---|
| 68 | C:\Windows\system32>perl -MWx -e"printf(qq(Wx Version=($Wx::VERSION) %s unicode= |
|---|
| 69 | (%s)\n), Wx::wxVERSION_STRING(), Wx::wxUNICODE())" |
|---|
| 70 | Wx Version=(0.91) wxWidgets 2.8.10 unicode=(1) |
|---|