X-Recipient: archive-cygwin AT delorie DOT 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: References: <20100906090517 DOT GA13174 AT calimero DOT vinschen DOT de> <20100906101206 DOT GA14327 AT calimero DOT vinschen DOT de> <20100906124915 DOT GA15977 AT calimero DOT vinschen DOT de> <20100906132943 DOT GC14327 AT calimero DOT vinschen DOT de> Date: Mon, 6 Sep 2010 17:39:51 +0200 Message-ID: Subject: Re: .exe magic reloaded From: Al To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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