X-Spam-Check-By: sourceware.org Message-ID: <4525046C.9090006@kleckner.net> Date: Thu, 05 Oct 2006 06:11:08 -0700 From: Jim Kleckner User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Will cygwin produced *.exe run w/o cygwin installed? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Gene Smith wrote: > I have built a cross compiler for arm under cygwin from gnu sources > and cygwin's gcc. I now have a bunch of .exe's that run fine under > cygwin. Is it possible to use these on a system without cygwin > installed. Right now I don't have a system w/o cygwin so can't test. See cygcheck which will list all of the dll files that your application depends on. e.g. cygcheck ./foo.exe For full options, type cygcheck --help -- 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/