Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not OK: perl 5.00562 on MSWin32-x86 4.0 #757

Closed
p5pRT opened this issue Oct 21, 1999 · 1 comment
Closed

Not OK: perl 5.00562 on MSWin32-x86 4.0 #757

p5pRT opened this issue Oct 21, 1999 · 1 comment

Comments

@p5pRT
Copy link

p5pRT commented Oct 21, 1999

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

Searchable as RT1681$

@p5pRT
Copy link
Author

p5pRT commented Oct 21, 1999

From gustav@morpheus.demon.co.uk

nmake install did not install perl.dll in ...\bin\MSWin32-x86.

The problem is an equality test in installperl - patch follows​:

Inline Patch
diff -u ..\installperl.orig ..\installperl
--- ..\installperl.orig	Thu Oct 21 19:16:12 1999
+++ ..\installperl	Thu Oct 21 19:12:45 1999
@@ -162,7 +162,7 @@
   $perldll = 'perl56.' . $dlext if $Config{'ccflags'} =~ /PERL_OBJECT/i;
 }
 
-   if ($dlsrc != "dl_none.xs") {
+   if ($dlsrc ne "dl_none.xs") {
       -f $perldll || die "No perl DLL built\n";
 
 # Install the DLL
Perl Info


Site configuration information for perl 5.00562:

Configured by Administrator at Thu Oct 21 18:45:01 1999.

Summary of my perl5 (revision 5.0 version 5 subversion 62) configuration:
  Platform:
    osname=MSWin32, osvers=4.0, archname=MSWin32-x86
    uname=''
    config_args='undef'
    hint=recommended, useposix=true, d_sigaction=undef
    usethreads=undef useperlio=undef d_sfio=undef
    use64bits=undef usemultiplicity=undef
  Compiler:
    cc='cl', optimize='-O1 -MD -DNDEBUG', gccversion=
    cppflags='-DWIN32'
    ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT   -DPERL_INTERNAL_GLOB'
    stdchar='char', d_stdstdio=define, usevfork=false
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10
    alignbytes=8, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='link', ldflags ='-nologo -nodefaultlib -release  -libpath:"E:\Applications\PerlDev\lib\MSWin32-x86\CORE"  -
machine:x86'
    libpth=D:\VisualStudio\VC98\lib
    libs=-DELAYLOAD:wsock32.dll delayimp.lib   oldnames.lib kernel32.lib user32.lib gdi32.lib  winspool.lib 
comdlg32.lib advapi32.lib shell32.lib ole32.lib  oleaut32.lib netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib  
version.lib odbc32.lib odbccp32.lib PerlCRT.lib
    libc=PerlCRT.lib, so=dll, useshrplib=yes, libperl=perl.lib
  Dynamic Linking:
    dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -release  -libpath:"E:\Applications\PerlDev\lib\MSWin32-x86\CORE"  -machine:x86'

Locally applied patches:
    


@INC for perl 5.00562:
    E:/Applications/PerlDev/lib/MSWin32-x86
    E:/Applications/PerlDev/lib
    E:/Applications/PerlDev/site/lib
    .


Environment for perl 5.00562:
    HOME (unset)
    LANG (unset)
    LANGUAGE (unset)
    LD_LIBRARY_PATH (unset)
    LOGDIR (unset)
    
PATH=D:\WINNT\system32;D:\WINNT;D:\NTRESKIT;D:\UTILS;D:\VisualStudio\Common\Tools\WinNT;D:\VisualStu
dio\Common\MSDev98\Bin;D:\VisualStudio\Common\Tools;D:\VisualStudio\VC98\bin;E:\Applications\PerlDev\Bin;E:
\Applications\PerlDev\Bin\MSWin32-x86
    PERL_BADLANG (unset)
    SHELL (unset)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant