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 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: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 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 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/