delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <468BF372.8BE175C6@dessent.net> |
Date: | Wed, 04 Jul 2007 12:22:26 -0700 |
From: | Brian Dessent <brian AT dessent DOT net> |
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: | <Pine DOT OSF DOT 4 DOT 21 DOT 0707040913090 DOT 14794-100000 AT ax0rm1 DOT roma1 DOT infn DOT it> <20070704104735 DOT GB3400 AT SALTERDUKE2> |
X-IsSubscribed: | yes |
Reply-To: | cygwin AT cygwin DOT com |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |