public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Csaba Raduly <rcsaba@gmail.com>
To: cygwin list <cygwin@cygwin.com>
Subject: Re: How can I completely remove Perl 5.22?
Date: Wed, 28 Oct 2015 20:38:00 -0000	[thread overview]
Message-ID: <CAEhDDbB4q96wG4QtCXSnNW728THj118AN6mpcVP6D8mSDbAbnQ@mail.gmail.com> (raw)
In-Reply-To: <CAK-n8j4AFaEeYMPbXEc1b=t6fmfTsZ1u_8o5RcEDuvypyvBX1Q@mail.gmail.com>

On Wed, Oct 28, 2015 at 3:49 PM, Jim Reisert AD1C  wrote:
> I did not get time to try to to fix this last night, other than
> un-installing all the ActiveState stuff (to eventually re-install).
>
> I noticed a bunch of stuff in my ~/.bashrc file, how much of this is
> necessary for Cygwin Perl 5.22?
>
> PATH="/cygdrive/D/Home/perl5/bin${PATH+:}${PATH}"; export PATH;
> PERL5LIB="/cygdrive/D/Home/perl5/lib/perl5${PERL5LIB+:}${PERL5LIB}";
> export PERL5LIB;
> PERL_LOCAL_LIB_ROOT="/cygdrive/D/Home/perl5${PERL_LOCAL_LIB_ROOT+:}${PERL_LOCAL_LIB_ROOT}";
> export PERL_LOCAL_LIB_ROOT;
> PERL_MB_OPT="--install_base \"/cygdrive/D/Home/perl5\""; export PERL_MB_OPT;
> PERL_MM_OPT="INSTALL_BASE=/cygdrive/D/Home/perl5"; export PERL_MM_OPT;

I suspect none of it. Those env variables sound like an attempt to
marry some non-Cygwin Perl into Cygwin.

Cygwin Perl lives under /usr/bin; the binary is never in a directory
named perl5/bin :

https://cygwin.com/cgi-bin2/package-grep.cgi?grep=perl5%2Fbin&arch=x86_64

What's in D:\Home\perl5 ?

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

  reply	other threads:[~2015-10-28 15:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-28  0:34 Jim Reisert AD1C
2015-10-28  1:58 ` Achim Gratz
2015-10-28 18:55   ` Jim Reisert AD1C
2015-10-28 20:38     ` Csaba Raduly [this message]
2015-10-29  7:43       ` Jim Reisert AD1C

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAEhDDbB4q96wG4QtCXSnNW728THj118AN6mpcVP6D8mSDbAbnQ@mail.gmail.com \
    --to=rcsaba@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).