X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <49120708.2060406@cygwin.com>
Date: Wed, 05 Nov 2008 15:50:16 -0500
From: "Larry Hall (Cygwin)" <reply-to-list-only-lh@cygwin.com>
Reply-To: cygwin@cygwin.com
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080723 Fedora/2.0.0.16-1.fc8 Lightning/0.9 Thunderbird/2.0.0.16 Mnenhy/0.7.5.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: issues compiling and migrating exe / dll files
References: <20081105203749.D40FC1A0039@smtp.hushmail.com>
In-Reply-To: <20081105203749.D40FC1A0039@smtp.hushmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.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

Scott Thompson wrote:
> Hi all.  I'm trying to do the following and running into some 
> problems:
> 
> 1.  Install cygwin on a host computer (works).
> 2.  Compile a set of binaries and dll's using gcc/make (works).
> 3.  Sanity check that the binaries actually run and execute 
> properly (works).
> 4.  Zip the compiled binaries and dlls, then unzip on a different 
> cygwin install (works).
> 5.  Run the compiled binaries (some of which use the dll's) (does 
> not work on some systems).

What does 'cygcheck <foo>' on the target system in the context in which
<foo> should be run say, where <foo> is your executable?  If this doesn't
point at a missing DLL, you can do 'echo $?' after running the executable
in question and get some insight as to why it's failing.  Also,
it's worthwhile looking at the output of 'cygcheck -s -r -v' on both
the original and target system to look for important differences.

-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

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

