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

installation on windows #8570

Closed
p5pRT opened this issue Aug 24, 2006 · 8 comments
Closed

installation on windows #8570

p5pRT opened this issue Aug 24, 2006 · 8 comments

Comments

@p5pRT
Copy link

p5pRT commented Aug 24, 2006

Migrated from rt.perl.org#40234 (status was 'rejected')

Searchable as RT40234$

@p5pRT
Copy link
Author

p5pRT commented Aug 24, 2006

From rahed@e-last-minute.com

Hello,

I probably missed something stupid but perl 5.8.8 got installed into
distribution directory I installed from (d​: drive).

Am not sure if I can leave ActiveState perl in c​:\Perl.

In makefile.mk I set

INST_DRV *= c​:
INST_TOP *= $(INST_DRV)\perlw32

and left other stuff untouched.

Before installation I created c​:\perlw32 directory but this directory is empty.
Installation with MinGW went smoothly.

Could you suggest what went wrong?

Thanks.

--
Radek

@p5pRT
Copy link
Author

p5pRT commented Aug 25, 2006

From @demerphq

On 8/24/06, via RT rahed <perlbug-followup@​perl.org> wrote​:

# New Ticket Created by rahed
# Please include the string​: [perl #40234]
# in the subject line of all future correspondence about this issue.
# <URL​: http​://rt.perl.org/rt3/Ticket/Display.html?id=40234 >

Hello,

I probably missed something stupid but perl 5.8.8 got installed into
distribution directory I installed from (d​: drive).

Am not sure if I can leave ActiveState perl in c​:\Perl.

In makefile.mk I set

INST_DRV *= c​:
INST_TOP *= $(INST_DRV)\perlw32

and left other stuff untouched.

Before installation I created c​:\perlw32 directory but this directory is empty.
Installation with MinGW went smoothly.

Could you suggest what went wrong?

It would be a lot easier to do so if you showed us the build process
and told us such things as what compiler and maker you are using.

For instance if you are using nmake then you modified the wrong makefile....

Yves

--
perl -Mre=debug -e "/just|another|perl|hacker/"

@p5pRT
Copy link
Author

p5pRT commented Aug 25, 2006

The RT System itself - Status changed from 'new' to 'open'

@p5pRT
Copy link
Author

p5pRT commented Aug 25, 2006

From guest@guest.guest.xxxxxxxx

It would be a lot easier to do so if you showed us the build process
and told us such things as what compiler and maker you are using.

For instance if you are using nmake then you modified the wrong
makefile....

MinGW-5.0.2
gcc-3.4.4
dmake-4.5-20060619-SHAY (Windows / MS Visual C++)
Windows XP

I don't know where the build process is saved but perl -V renders this​:

Summary of my perl5 (revision 5 version 8 subversion 8) configuration​:
  Platform​:
  osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread
  uname=''
  config_args='undef'
  hint=recommended, useposix=true, d_sigaction=undef
  usethreads=define use5005threads=undef useithreads=define
usemultiplicity=define
  useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
  use64bitint=undef use64bitall=undef uselongdouble=undef
  usemymalloc=n, bincompat5005=undef
  Compiler​:
  cc='gcc', ccflags =' -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -
DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -
DPERL_MSVCRT_READFIX',
  optimize='-s -O2',
  cppflags='-DWIN32'
  ccversion='', gccversion='3.4.4', gccosandvers=''
  intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
  d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12
  ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long
long', lseeksize=8
  alignbytes=8, prototype=define
  Linker and Libraries​:
  ld='g++', ldflags ='-s -L"c​:\perlw32\lib\CORE" -L"C​:\MinGW\lib"'
  libpth=C​:\MinGW\lib
  libs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -
lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -
lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32
  perllibs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -
lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32
-luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32
  libc=-lmsvcrt, so=dll, useshrplib=yes, libperl=libperl58.a
  gnulibc_version=''
  Dynamic Linking​:
  dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
  cccdlflags=' ', lddlflags='-mdll -s -L"c​:\perlw32\lib\CORE" -
L"C​:\MinGW\lib"'

Characteristics of this binary (from libperl)​:
  Compile-time options​: MULTIPLICITY PERL_IMPLICIT_CONTEXT
  PERL_IMPLICIT_SYS PERL_MALLOC_WRAP
  PL_OP_SLAB_ALLOC USE_ITHREADS USE_LARGE_FILES
  USE_PERLIO
  Built under MSWin32
  Compiled at Aug 24 2006 21​:16​:01
  @​INC​:
  D​:/install/perl/perl-5.8.8/lib
  .

Radek

@p5pRT
Copy link
Author

p5pRT commented Aug 27, 2006

From rahed@e-last-minute.com

demerphq@​gmail.com (demerphq) writes​:

It would be a lot easier to do so if you showed us the build process
and told us such things as what compiler and maker you are using.

For instance if you are using nmake then you modified the wrong makefile....

MinGW-5.0.2
gcc-3.4.4
dmake-4.5-20060619-SHAY (Windows / MS Visual C++)
Windows XP

I don't know where the build process is saved but perl -V renders the
following​:

Summary of my perl5 (revision 5 version 8 subversion 8) configuration​:
Platform​:
osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread
uname=''
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
usethreads=define use5005threads=undef useithreads=define
usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler​:
cc='gcc', ccflags =' -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -
DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -
DPERL_MSVCRT_READFIX',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='3.4.4', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long
long', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries​:
ld='g++', ldflags ='-s -L"c​:\perlw32\lib\CORE" -L"C​:\MinGW\lib"'
libpth=C​:\MinGW\lib
libs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -
lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -
lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32
perllibs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -
lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32
-luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32
libc=-lmsvcrt, so=dll, useshrplib=yes, libperl=libperl58.a
gnulibc_version=''
Dynamic Linking​:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -L"c​:\perlw32\lib\CORE" -
L"C​:\MinGW\lib"'

Characteristics of this binary (from libperl)​:
Compile-time options​: MULTIPLICITY PERL_IMPLICIT_CONTEXT
PERL_IMPLICIT_SYS PERL_MALLOC_WRAP
PL_OP_SLAB_ALLOC USE_ITHREADS USE_LARGE_FILES
USE_PERLIO
Built under MSWin32
Compiled at Aug 24 2006 21​:16​:01
@​INC​:
D​:/install/perl/perl-5.8.8/lib
.

--
Radek

@p5pRT
Copy link
Author

p5pRT commented Jul 18, 2016

From @dcollinsn

There is insufficient information to respond to this support request. Closing rejected.

--
Respectfully,
Dan Collins

@p5pRT
Copy link
Author

p5pRT commented Jul 18, 2016

From [Unknown Contact. See original ticket]

There is insufficient information to respond to this support request. Closing rejected.

--
Respectfully,
Dan Collins

@p5pRT p5pRT closed this as completed Jul 18, 2016
@p5pRT
Copy link
Author

p5pRT commented Jul 18, 2016

@dcollinsn - Status changed from 'open' to 'rejected'

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