X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=FUayGt+eaeyIufHx X65WfRYfe1zbVpoybnfOGQ4TQX2m7/pMetz6jkacbIKpQUVx7WZoCQMFJDBMTzIM 9em1xbSu7WhKDX2XJdvlXrnEcdMt5zO9B3lAerxUpQeTkTvNZ12Hd5j3aetQ+XP+ 8ml+9FsrTtcDvN1r9YUcDFS2MC4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; s=default; bh=6h3c0ae1SXpXprrY3jMD0I MHw7U=; b=TnIUmSjfjOFe+j4pd2fj5qyJ+a9LA+6koKGT8mTkz+ks9RVsrVLJSN OsBdlzEanRfdtQIMx0WACpabsjFVO/+CFogS2v8s9sqexcxKHgrfXfTTT405YDh5 +4Xpzjxrz42QlkzxfHmBfrPq4YDr2ukRnFjNGdnf7WHMwtIuk9Rsg= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.6 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,KAM_THEBAT,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: smtpback.ht-systems.ru Date: Wed, 12 Feb 2014 21:16:26 +0400 From: Andrey Repin Reply-To: Andrey Repin Message-ID: <1436686110.20140212211626@mtu-net.ru> To: "Scott T. Marshall" , cygwin AT cygwin DOT com Subject: Re: g77 on cygwin64 In-Reply-To: <52FB8E3C.3030704@appstate.edu> References: <52FAF082 DOT 6020805 AT appstate DOT edu> <52FB0686 DOT 8080403 AT gmail DOT com> <52FB13E2 DOT 1070107 AT appstate DOT edu> <724410821 DOT 20140212111451 AT mtu-net DOT ru> <52FB8E3C DOT 3030704 AT appstate DOT edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Greetings, Scott T. Marshall! Please don't http://cygwin.com/acronyms/#TOFU > Thank-you to those that responded with suggestions involving my fortran > issues. Fixing the code is not something I am going to pursue since the > source code was written by several different colleagues and is spread > out amongst many .f files. My colleagues have no interest in fixing it > since they have g77 on their unix machines, and to them, it isn't > broken. "Our logs show nothing, server runs fine." If only you knew, how many times I've heard this argument... > The strange thing is that gfortran does compile the code, but > once compiled, the executables have strange behavior mainly involving > problems reading in data files. So it is not clear to me exactly what > needs to be updated in the code. And this is finally the information, that we can work with. My wild guess is that your "colleagues" making certain assumptions about files, that not always true on other systems. I.e. opening a file in text mode, and then treating it's data as binary safe, quite predictable, prone to fail (not actual opening, but reading and writing operations on it) on systems with different line endings. > I have tried to compile gcc 3.4.6 from source with no luck, but I am not > so good with compiler flags and makefiles. I will give it a go again, > but I am not optimistic. > So, to avoid further mean comments about my course of action being > "stupid", I will sign off. I beg for forgiveness. Was merely trying to save you some time. Perhaps, trying too hard... -- WBR, Andrey Repin (anrdaemon AT yandex DOT ru) 12.02.2014, <21:10> Sorry for my terrible english... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple