X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <48F61EA4.EECAD37C@dessent.net> Date: Wed, 15 Oct 2008 09:47:32 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: how install ifort in cygwin ??? References: <19997113 DOT post AT talk DOT nabble DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 meyus wrote: > I try to install the compilator ifort in cygwin but i have this message : > Error etc... don't find 'ldd' ??? It sounds like you're trying to run an install script for Linux binaries. That's never going to work, primarily because there is no 'ldd' command in Cygwin, but even if there was[1] it wouldn't matter as Cygwin can't run Linux binaries anyway. Cygwin emulates Linux at the source level, not the binary level. If you want to use the Intel Fortran compiler with Cygwin you must use the Windows version, which is probably not what you want to hear because the Windows version is not free. If you want a modern and free Fortran compiler that works with Cygwin you should use gfortran. Brian [1] Yes, cygcheck can do something similar to ldd but that's not relevant here. -- 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/