Thread Problem mit ExtUtils::Installed in Active Perl (54 answers)
Opened by bianca at 2010-02-08 16:39

bianca
 2010-02-09 11:14
#132335 #132335
User since
2009-09-13
6978 Artikel
BenutzerIn

user image
Danke für die Mühe.
-V bringt:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
  Compiler:
cc='cl', ccflags ='-nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SI
TECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX',
optimize='-MD -Zi -DNDEBUG -O1',
cppflags='-DWIN32'
ccversion='12.00.8804', gccversion='', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='__int64', lseeksize=8
alignbytes=8, prototype=define


Gibt es eine Anleitung dazu, wie man das liest um herauszufinden, welcher Compiler das ist?
Oder darf ich nochmal um Deine Hilfe bitten?
10 print "Hallo"
20 goto 10

View full thread Problem mit ExtUtils::Installed in Active Perl