X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Date: Tue, 14 Apr 2009 12:20:05 +0200 From: Michael Schroeder To: "Patrick R. Michaud" Cc: Reini Urban , parrot-dev AT lists DOT parrot DOT org, cygwin AT cygwin DOT com Subject: Re: [PATCH] rakudo Re: Parrot packaging problems Message-ID: <20090414102005.GA30913@suse.de> References: <20090408101541 DOT GA6404 AT suse DOT de> <49DCEC65 DOT 4000400 AT x-ray DOT at> <20090409102012 DOT GD1506 AT suse DOT de> <49DE45E6 DOT 5030508 AT x-ray DOT at> <20090409212923 DOT GA10858 AT pmichaud DOT com> <6910a60904100209l54b238dbuf56b10251364fc99 AT mail DOT gmail DOT com> <20090410161203 DOT GA6883 AT pmichaud DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090410161203.GA6883@pmichaud.com> User-Agent: Mutt/1.5.9i 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 On Fri, Apr 10, 2009 at 11:12:03AM -0500, Patrick R. Michaud wrote: > For some reason that doesn't sound quite right to me. When converting > rakudo to an executable, the pbc2exe we use should already know > if it's being run using an installed parrot or some other parrot > (because pbc2exe is itself a parrot application). So we shouldn't > have to pass an explicit flag to it -- we should simply get the > correct perl6 executable based on whatever pbc2exe was run. Yes, I think the installed pbc2exe should always use the "installed" config. If you're wondering what the difference between the two configs is, it's just the "prefix" variable. "prefix" is set to "/usr" in the installed config, and to the content of build_dir for the uninstalled one. Cheers, Michael. -- Michael Schroeder mls AT suse DOT de SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/