X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org X-YMail-OSG: 79UPnhcVM1maOa7dpq6K9bbDPh8vw0xitXcl2CxINsRCbSjBkS51UgfDTjo4hgEraQndQ6CVZ2c3o3p4kTUrsr_ZeLycV8DqOSr2CrP8do3an271M7aOUJsnY2IkTtI_MoKCqwk5c.gnd7VMd0WIAh_gRS0C1ceTKHeULznzxP.wUSvEtOiRF0pIHxI- X-Yahoo-Newman-Property: ymail-3 Message-ID: <48F631A8.5020302@sbcglobal.net> Date: Wed, 15 Oct 2008 11:08:40 -0700 From: Tim Prince Reply-To: tprince AT computer DOT org User-Agent: Thunderbird 2.0.0.17 (X11/20080922) 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> <48F61EA4 DOT EECAD37C AT dessent DOT net> In-Reply-To: <48F61EA4.EECAD37C@dessent.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 Brian Dessent wrote: > 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's advice is good, but you can get a free evaluation of ifort Windows for about 3 months: http://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/announcement/193/ This will require Microsoft linker and libraries, such as those which come with Visual Studio Express 2005 and 2008 (for 32-bit support only). I generally run it by opening the ifort command window and running the cygwin.bat there. You may then have to edit the ifort.cfg so as to direct ifort to use the Microsoft linker path, rather than the cygwin one. -- 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/