X-Spam-Check-By: sourceware.org Message-ID: <468BF372.8BE175C6@dessent.net> Date: Wed, 04 Jul 2007 12:22:26 -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: Decimal float and the Cygwin build of GFortran. References: <20070704104735 DOT GB3400 AT SALTERDUKE2> 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 Brian Salter-Duke wrote: > Just asking in general, but are you related to the people doing the > cygwin release on the gfortran web page? I downloased the exe about 2 > weeks ago and it did nothing. Yes, NOTHING! gfortan --version gave the > version but a gfortran complile gave no errors and no executable. I went > back to a version I had a year ago on another laptop and it worked fine. > Did I just have a bad snapshot? You should ask this on the gfortran mailing list, not here. The wiki pages state this. And your problem is exactly what you'd expect to happen if you don't have the correct mpfr and gmp libs installed. They are used by the sub-processes (cc1, cc1plus, f951) but not the front-end drivers (gcc, g++, gfortran), which means --version or --help would work but no actual compiling. The wiki also says this. Install the required packages (libgmp3 and libmpfr1). Brian -- 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/