X-Spam-Check-By: sourceware.org
Message-ID: <453E2F1C.4020805@cygwin.com>
Date: Tue, 24 Oct 2006 11:19:56 -0400
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.0.7) Gecko/20060916 Fedora/1.5.0.7-1.fc4.remi Thunderbird/1.5.0.7 Mnenhy/0.7.4.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Moving compiled application?
References: <20061024100652.GA2727@c213-89-208-240.bredband.comhem.se>
In-Reply-To: <20061024100652.GA2727@c213-89-208-240.bredband.comhem.se>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
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

juman wrote:
> I have two separate installations of Cygwin testing things out before
> moving one of them to an USB stick. On one of the installations I have
> everything needed for compiling installed as gcc etc. And on the other I
> only have the base installation.
> 
> Now I am trying to compile an application on the development one and
> move it to the other. So after compiling it I just tar the whole folder
> and copy it over to the other one. I then follow what happens when doing
> a "make install" so everything goes to the right place. 
> 
> So when all is in place I try to start the application and nothing... No
> error message, no output, nothing... I just press enter and it gives me
> the next line. Any ideas how I can look into what is missing or do you
> have a better way to move an application between two systems like this?


You could do a cygcheck on the app to see what it wants in terms of DLLs.
You may be missing one or more on your minimal installation.  Other than
that, my recommendation is to debug it.

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

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

