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 Message-ID: <20020527130126.72362.qmail@web21004.mail.yahoo.com> Date: Mon, 27 May 2002 06:01:26 -0700 (PDT) From: Nicholas Wourms Subject: Re: Is cygwin Linux. To: "Johansson Mikael \(mj\)" , "'cygwin AT cygwin DOT com'" In-Reply-To: <339CBB7F9C10D411BB6B00508BCF8D72014F9DDB@vsegn337.it.volvo.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- "Johansson Mikael (mj)" wrote: > Hello all! > > I have two questions. > > 1. Is cygwin compatible for Sun OS, Solaris. The others have answered this... > 2. What is the relation between Linux and Cygwin. > > The reason I ask is that I wonder if a program placed on a > computer with Sun OS can execute in cygwin. If you are referring to running a Sparc binary on the IA32 platform, the answer is it will probably never happen. One of the biggest differences is that Sparc binaries are bigendian while IA32 are little endian in ordering. This makes it very difficult, if not impossible, to create a software emulator. The best bet is to see if you can't recompile the program, taking into account the architecture differences. If it is a closed-source program, see if there are any opensource alternatives and then try compiling those. If all else fails, reinvent the wheel ;). > Thanks beforehand > > Mikael. Cheers, Nicholas __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/