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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=Ev PKidDMSGimmWh/rz1bWVOc3Jzkgq57RDm3VeLA7GXxeRPhY9d4pzhFZC4kqYJy78 8fvh5GuBbikp/k47r4cQPFZdS/oPEUvxm+6bpHMPb9eex/MBq1W7RVjB3tacaGPi Iee0g7V0mAyOq2AknISbj+4RF0NaFbEvcpKw+E21w= 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=d66vYXYq +TRKrLbqS2lRFOgVycU=; b=iUNuK+Co663OnHZJsijoiTZoQ5nlQ0VjM1mGoubc wo+IHW9xmahJQdH6g0Nkqbd2z1karpPwiNYgLXgmObTqSPAB7qQIkQjHtHJAc4nT I4MKxI6/0vHdYPOIJxuGULnVsSDTp6l6sOEeFXLqN3kZUUOZ0RiZldCLuQDPk/0k 1Xk= 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=-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 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) In-Reply-To: <544530D2.4050704@gmail.com> References: <544530D2 DOT 4050704 AT gmail DOT com> Date: Mon, 20 Oct 2014 12:17:39 -0400 Message-ID: Subject: Re: gfortran and lapack problem From: Christian To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes 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