www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Spam-Check-By: | sourceware.org |
Date: | Fri, 18 Jul 2008 16:57:22 -0700 |
From: | Gary Johnson <garyjohn AT spk DOT agilent DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: packages |
Message-ID: | <20080718235722.GB18034@suncomp3.spk.agilent.com> |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <loom DOT 20080718T231300-128 AT post DOT gmane DOT org> |
MIME-Version: | 1.0 |
In-Reply-To: | <loom.20080718T231300-128@post.gmane.org> |
X-Operating-System: | SunOS suncomp3 5.8 sparc |
User-Agent: | Mutt/1.5.17 (2007-11-01) |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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 2008-07-18, r wrote: > I'm new about cygwin, but I use from a lot SuSE and OpenSuSE > can I install packages rpm from linux distributions on cygwin ? No. First off, Cygwin doesn't use Red Hat's package manager, it uses its own package manager, setup.exe. Secondly, binaries built for Linux will not run under Cygwin--the binary interfaces to the operating system are totally different. > And tar.gz ( compiling ) ? It depends on the dependencies of the source code you are compiling and whether those dependencies are available for Cygwin. I've had good luck compiling on Cygwin code written for other Unixes. Sometimes the code compiles "as is". Other times I've had to make minor changes to the names of header files. In one case I had to change the function used to access the termio interface because the function chosen originally wasn't supported on Cygwin. The only way to find out is to download and unpack the .tar.gz archive and try to build the program, then troubleshoot any errors you encounter. Regards, Gary -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |