From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7713 invoked by alias); 20 Oct 2014 16:25:13 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 7704 invoked by uid 89); 20 Oct 2014 16:25:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_05,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qa0-f46.google.com Received: from mail-qa0-f46.google.com (HELO mail-qa0-f46.google.com) (209.85.216.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 20 Oct 2014 16:25:07 +0000 Received: by mail-qa0-f46.google.com with SMTP id w8so3542079qac.19 for ; Mon, 20 Oct 2014 09:25:05 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.229.72.73 with SMTP id l9mr37393397qcj.12.1413821859611; Mon, 20 Oct 2014 09:17:39 -0700 (PDT) Received: by 10.140.43.196 with HTTP; Mon, 20 Oct 2014 09:17:39 -0700 (PDT) In-Reply-To: <544530D2.4050704@gmail.com> References: <544530D2.4050704@gmail.com> Date: Mon, 20 Oct 2014 16:25:00 -0000 Message-ID: Subject: Re: gfortran and lapack problem From: Christian To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00281.txt.bz2 It appears that it is a problem with the terminal I was using. I was compiling my code using the smart-compile package for emacs, and then printing the output using the emacs-shell. The compilation was not the problem (I compiled it from the Cygwing terminal as well with the same results). But when I used the Cygwin terminal to print the results everything works. This is kind of odd because the emacs-shell had worked for me before (w/o blas or lapack), but this is of course not a Cygwin's problem. Sorry for wasting your time with this silly problem. Thanks so much for your help. On Mon, Oct 20, 2014 at 11:57 AM, Marco Atzeri wrote: > On 10/20/2014 5:42 PM, Christian wrote: >> >> I'm using 64 bit Cygwin. >> I guess that the "compilation finished" message I got is because of my >> compiling interface, so I don't think is important. > > > can you remove the interface usage an use only > > gfortran MyTest.f90 -o MyTest -llapack -lblas > > For my it works fine > > $ ./MyTest.exe > Printing the results > 0 > End printing > > Additional question, which terminal are you using ? > > >> Thanks! > > Regards > Marco > > > -- > 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 > -- 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