From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13252 invoked by alias); 20 Oct 2014 15:57:22 -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 13236 invoked by uid 89); 20 Oct 2014 15:57:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f180.google.com Received: from mail-wi0-f180.google.com (HELO mail-wi0-f180.google.com) (209.85.212.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 20 Oct 2014 15:57:21 +0000 Received: by mail-wi0-f180.google.com with SMTP id em10so6764062wid.1 for ; Mon, 20 Oct 2014 08:57:17 -0700 (PDT) X-Received: by 10.180.101.201 with SMTP id fi9mr21291425wib.52.1413820636415; Mon, 20 Oct 2014 08:57:16 -0700 (PDT) Received: from [172.21.188.197] ([149.6.156.42]) by mx.google.com with ESMTPSA id xw9sm12323545wjc.24.2014.10.20.08.57.15 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Oct 2014 08:57:15 -0700 (PDT) Message-ID: <544530D2.4050704@gmail.com> Date: Mon, 20 Oct 2014 15:57:00 -0000 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: gfortran and lapack problem References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00278.txt.bz2 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