X-Recipient: archive-cygwin@delorie.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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=e6mgwELUSM41u04LfnLkNtNfeN2B5uEzfRnQCExQIdK
	mJfCZf0JgjZ+0o67I0XGLWOnDlnsN9uYSfpyOiArPg3tuo07mwNst2kPJecTNgBx
	Z3hodNRzphG3J38IbOulipNeBka+fROom5pbUeqL79bGx/8A3LbjUDDHGMeKpWmI
	=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=A21l4JlufW99pju8+fOXOMZ4DVc=; b=txCzPfopOUYzcMrS+
	ofIVgb4udY3DsTP0qhzkGAaVcg2SEwOGkmvNcw6c2eSNt28cI8Zn9DgHpAoNL6fk
	/xCNL3iYYaPqxVUhYdMtCeyUSAUjJwR16xTq7GBS4KMT1KOXxYQGtKufxchUDSuY
	9Z0QLwxGU2GLM8l3i6Qy8M10IU=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
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
X-Received: by 10.180.101.201 with SMTP id fi9mr21291425wib.52.1413820636415;        Mon, 20 Oct 2014 08:57:16 -0700 (PDT)
Message-ID: <544530D2.4050704@gmail.com>
Date: Mon, 20 Oct 2014 17:57:06 +0200
From: Marco Atzeri <marco.atzeri@gmail.com>
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: <CAHeeG7cRDfjebV4LvFQHpODr-G90CBQ4zY8b-xHnO6SLVGZc8Q@mail.gmail.com>	<BAY169-DS1987F409DAC3D45ABA0626A7970@phx.gbl> <CAHeeG7dVe_sCYb3qwbz=GiUXGm+RfqCkUV-gJMipkU12ntVo6Q@mail.gmail.com>
In-Reply-To: <CAHeeG7dVe_sCYb3qwbz=GiUXGm+RfqCkUV-gJMipkU12ntVo6Q@mail.gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

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

