Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.86k stars 528 forks source link

Not OK: perl v5.5.660 on MSWin32-x86 4.0 #1224

Closed p5pRT closed 20 years ago

p5pRT commented 24 years ago

Migrated from rt.perl.org#2208 (status was 'resolved')

Searchable as RT2208$

p5pRT commented 24 years ago

From js@ddre.dk

Compilation og Perl 5.5.660 with gcc-2.95.2 (msvcrt) failded due to the following compile error​:

cd ..\ext\Fcntl && \   ..\..\miniperl -I..\..\lib Makefile.PL INSTALLDIRS=perl Writing Makefile for Fcntl cd ..\ext\Fcntl && c​:\util\dmake.exe -S mkdir ..\..\lib\auto\Fcntl cp Fcntl.pm ..\..\lib\Fcntl.pm ..\..\miniperl -I..\..\lib -I..\..\lib ..\..\lib\ExtUtils/xsubpp -noprototypes - typemap ..\..\lib\ExtUtils\typemap Fcntl.xs > Fcntl.xsc && ..\..\miniperl -I..\. .\lib -I..\..\lib -MExtUtils​::Command -e mv Fcntl.xsc Fcntl.c gcc -c -g -O2 -DWIN32 -fno-strict-aliasing -DPERL_MSVCRT_READFIX -g -O2   -DVERSION=\"1.03\" -DXS_VERSION=\"1.03\" -I..\..\lib\CORE Fcntl.c Fcntl.xs​: In function `constant'​: Fcntl.xs​:679​: `S_IRGRP' undeclared (first use in this function) Fcntl.xs​:679​: (Each undeclared identifier is reported only once Fcntl.xs​:679​: for each function it appears in.) Fcntl.xs​:679​: `S_IWGRP' undeclared (first use in this function) Fcntl.xs​:679​: `S_IXGRP' undeclared (first use in this function) Fcntl.xs​:703​: `S_IROTH' undeclared (first use in this function) Fcntl.xs​:703​: `S_IWOTH' undeclared (first use in this function) Fcntl.xs​:703​: `S_IXOTH' undeclared (first use in this function) dmake.exe​: Error code 1\, while making 'Fcntl.o' dmake.exe​: Error code 255\, while making '..\lib\auto\Fcntl\Fcntl.dll'

Perl Info ``` Site configuration information for perl v5.5.650: Configured by js at Wed Feb 9 12:27:55 2000. Summary of my perl5 (revision 5 version 5 subversion 650) configuration: Platform: osname=MSWin32, osvers=4.0, archname=MSWin32-x86 uname='' config_args='undef' hint=recommended, useposix=true, d_sigaction=undef usethreads=undef use5005threads=undef useithreads=undef usesocks=undef useperlio=undef d_sfio=undef use64bits=undef uselargefiles=undef usemultiplicity=undef Compiler: cc='gcc', optimize='-g -O2 ', gccversion= cppflags='-DWIN32' ccflags ='-g -O2 -DWIN32 ' stdchar='char', d_stdstdio=define, usevfork=false intsize=4, longsize=4, ptrsize=4, doublesize=8 d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12 alignbytes=8, usemymalloc=n, prototype=define Linker and Libraries: ld='gcc', ldflags =' -L"c:\perl\5.5.650\lib\MSWin32-x86\CORE" -L"C:\gcc-2.95.2\bin\lib"' libpth=C:\gcc-2.95.2in\lib libs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lwsock32 -lmpr -lwinmm -lversion -lodbc32 libc=-lmsvcrt, so=dll, useshrplib=yes, libperl=libperl.a Dynamic Linking: dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags='-mdll -L"c:\perl\5.5.650\lib\MSWin32-x86\CORE" -L"C:\gcc-2.95.2\bin\lib"' Locally applied patches: @INC for perl v5.5.650: C:/perl/5.5.650/lib/MSWin32-x86 C:/perl/5.5.650/lib C:/perl/site/5.5.650/lib/MSWin32-x86 C:/perl/site/5.5.650/lib . Environment for perl v5.5.650: HOME (unset) LANG (unset) LANGUAGE (unset) LD_LIBRARY_PATH (unset) LOGDIR (unset) PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\WBEM;c:\perl\bin;c:\te xmf\miktex\bin;c:\util;C:\Program Files\Network Associates\PGPNT;C:\PROGRA~1\Borland\Delphi4\Bin;;C:\usr\local\wbin PERL_BADLANG (unset) SHELL (unset) ```