From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25360 invoked by alias); 23 Oct 2012 23:19:53 -0000 Received: (qmail 25353 invoked by uid 22791); 23 Oct 2012 23:19:52 -0000 X-SWARE-Spam-Status: No, hits=-3.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD,TW_GD X-Spam-Check-By: sourceware.org Received: from mdc1.cs.umass.edu (HELO csmail.cs.umass.edu) (128.119.240.121) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 23 Oct 2012 23:19:47 +0000 Received: from [192.168.0.7] (c-71-192-247-69.hsd1.ma.comcast.net [71.192.247.69]) by csmail.cs.umass.edu (Postfix) with ESMTPSA id AD2E498000222E95F9; Tue, 23 Oct 2012 19:19:46 -0400 (EDT) Message-ID: <50872610.605@cs.umass.edu> Date: Tue, 23 Oct 2012 23:19:00 -0000 From: Eliot Moss Reply-To: moss@cs.umass.edu User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: real beginer References: <1350998927796-93898.post@n5.nabble.com> <1351002701854-93906.post@n5.nabble.com> <5086C75A.2060306@cs.umass.edu> <5086D14D.3070406@gmail.com> <1351021580080-93918.post@n5.nabble.com> <1351028816534-93921.post@n5.nabble.com> <1351031752616-93926.post@n5.nabble.com> In-Reply-To: <1351031752616-93926.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2012-10/txt/msg00369.txt.bz2 On 10/23/2012 6:35 PM, Trixie wrote: > >>>> I have liblapack-devel instaled and did ./configure and make . It took >>>> some >>>> time but it finished. >>> Did make finish successfully, returning a 0 status? Did you have a >>>> bigdft.exe file? If you type "ls bigdft" do you see an executable? >>>> (Note: The file's name is actually bigdft.exe but ls will list it as >>>> bigdft). >>> /i type ls bigdft and there's "No such file or directory" and i cant >> find >>> bigdft.exe file anywhere. That means install and make didnt finish well, >>> right? >> Probably. You could do something like: make; echo "Status from make was >> $?" Ok, so here is one thing I have found out. This package has init/locreg.f90 in one directory and linear/locReg.f90 in another. It places the .o in the *same* directory. The underlying Windows file system does not support locreg.o and locReg.o (names that differ in upper vs. lower case only) in the same directory. I am trying renaming one of the files and manually changing the makefile to see if it will build with suitable resolved names. But this is probably what happened to you, and should be referred upstream to the purveyors of the package. It's an 'evil' thing to do because it is not portable to platforms such as this and tends to be confusing even on platforms where it works ... More once I see if where this change gets me ... Eliot Moss -- 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