X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.5 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <AANLkTi=369rcgMCJjXTY=6HdpJqxrJeJke7aYBs2rFw8@mail.gmail.com>
References: <AANLkTikj2JyMfy-eXk2fOBzcNAWAzoKYb7s_q20hP0d7@mail.gmail.com>	<20100906090517.GA13174@calimero.vinschen.de>	<AANLkTi=RVdbjKMjqNjw-vte+9YVbd3OXW1Mwmrw=mCJh@mail.gmail.com>	<20100906101206.GA14327@calimero.vinschen.de>	<AANLkTikcW1aKLTejm8KrVYNMg6m6BbC7sYoMMS0dRvi+@mail.gmail.com>	<20100906124915.GA15977@calimero.vinschen.de>	<AANLkTinWsDBm-V-jp7tqiQbidJa7ULGo-yhNytgA8eKn@mail.gmail.com>	<20100906132943.GC14327@calimero.vinschen.de>	<AANLkTimz63WbBfsOYsDctVB=3tBwGTu+ZawUPfbm6U9i@mail.gmail.com>	<AANLkTi=369rcgMCJjXTY=6HdpJqxrJeJke7aYBs2rFw8@mail.gmail.com>
Date: Mon, 6 Sep 2010 17:39:51 +0200
Message-ID: <AANLkTikr=k5J0kLpZzKxxzsyj4QpwX04UWMN-mjLthWU@mail.gmail.com>
Subject: Re: .exe magic reloaded
From: Al <oss.elmar@googlemail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

>
> I got a little bit confused now. Should I report now upstream at Perl
> that Configure
> has a problem by adding .exe, or is it just a problem with your layout?
>
> AFAIK perl does not symlink tr.exe, just its own files when using -Dmksymlinks.
> And failing to read a wrong tr.exe symlink does not look like perls fault.
> --
> Reini Urban
>

As you ask for bugs in Perl on Cygwin. I found a second issue in my
"Makefile", the all target:

    all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT) miniperl
$(generated_pods) $(private) $(unidatafiles) $(public) $(dynamic_ext)
$(nonxs_ext) extras.make

I think that is one "miniperl" to much. This did break, when I
compiled with "make -j3".

The error was:

  make: *** No rule to make target `miniperl', needed by `all'.  Stop.

It's possible that this is already fixed in the Cygwin source.

See: http://en.gentoo-wiki.com/wiki/Prefix/Cygwin#dev-lang.2Fperl:_No_rule_to_make_target_miniperl

Al

--
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

