Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: "Gerrit P. Haase" <gp@familiehaase.de>
Cc: cygwin@cygwin.com
Subject: Re: Problem compiling Perl Tk800.024
References: <001201c2df2a$8ce62a30$152ca8c0@int.mediasurface.com>
	<8765qzuy42.fsf@vzell-de.de.oracle.com>
	<15977470328.20030304214935@familiehaase.de>
From: "Dr. Volker Zell" <Dr.Volker.Zell@oracle.com>
Date: Wed, 05 Mar 2003 11:03:03 +0100
In-Reply-To: <15977470328.20030304214935@familiehaase.de> ("Gerrit P.
 Haase"'s message of "Tue, 4 Mar 2003 21:49:35 +0100")
Message-ID: <87of4qt9k8.fsf@vzell-de.de.oracle.com>
Lines: 48
User-Agent: Gnus/5.090007 (Oort Gnus v0.07) XEmacs/21.4 (Common Lisp
 (candidate 1), i686-pc-cygwin)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

>>>>> "Gerrit" == Gerrit P Haase <gp@familiehaase.de> writes:

    Gerrit> Hallo Dr. Zell,
    >> By the way I'm using perl-5.8.0. (Does anyone know why
    >> all the man pages and perl scripts in /bin have CRLF's ?)

    Gerrit> You're the first to report this, I'll take a look ASAP, if
    Gerrit> there are CRLF's, then this is a bug.

I found out during the switch from my "home compiled 5.6.0" perl to your version.
I recompiled a couple of modules which I used, with your current perl version under
cpan and installed them smoothly. Then I compiled DBI:DBD in a plain shell without
using cpan and realized that all perl generated files (scripts, man pages and even the
Makefile) had CRLF's.
After a little bit of reading docu I found the culprit of being
PERLIO=perlio
in the cpan script.

Now I have PERLIO=raw in my general environment and it seems that all perl generated
files now have LF's again (I hate CRLF's).

Just by chance I looked at the scripts and man pages from your perl-5.8.0 distro and
voila they also have CRLF's although a perl -V suggests that you have used PERLIO=raw
during buidling.

Hmmmmmmmmmmhhh ?

Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:

<<< snip >>>

Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY USE_64_BIT_INT USE_LARGE_FILES PERL_IMPLICIT_CONTEXT
  Built under cygwin
  Compiled at Jul 24 2002 18:47:09
  %ENV:
    PERLIO="raw"
    CYGWIN="binmode title ntsec"
  @INC:
    /usr/lib/perl5/5.8.0/cygwin-multi-64int
    /usr/lib/perl5/5.8.0
    /usr/lib/perl5/site_perl/5.8.0/cygwin-multi-64int
    /usr/lib/perl5/site_perl/5.8.0
    /usr/lib/perl5/site_perl


Ciao
  Volker


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

