From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27746 invoked by alias); 24 Oct 2012 15:02:23 -0000 Received: (qmail 27738 invoked by uid 22791); 24 Oct 2012 15:02:21 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD,TW_GD,URI_HEX 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; Wed, 24 Oct 2012 15:02:15 +0000 Received: from [192.168.38.88] (apltvgw.cs.umass.edu [128.119.40.194]) by csmail.cs.umass.edu (Postfix) with ESMTPSA id CDEDB150000217A9F20; Wed, 24 Oct 2012 11:02:14 -0400 (EDT) Message-ID: <508802F5.50506@cs.umass.edu> Date: Wed, 24 Oct 2012 15:02: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: <5086D14D.3070406@gmail.com> <1351021580080-93918.post@n5.nabble.com> <1351028816534-93921.post@n5.nabble.com> <1351031752616-93926.post@n5.nabble.com> <50872610.605@cs.umass.edu> <50873B62.3020601@cs.umass.edu> <1351081031692-93944.post@n5.nabble.com> <1351088027625-93956.post@n5.nabble.com> In-Reply-To: <1351088027625-93956.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/msg00381.txt.bz2 On 10/24/2012 10:13 AM, Trixie wrote: > error.txt > Here is what i get when make; echo "Status from make was $?" Dear Trixie -- What that shows is that it was not using the Makefile that I modified, since the modified Makefile mentions ilocreg, not locreg. Also, it suggests that you did not do 'make clean' before running 'make' again. The Makefile I sent you needs to be in place in the src directory. src/init/locreg.f90 needs to be renamed to src/init/ilocreg.f90. Then, in the bigdft directory, run 'make clean', then 'make', then 'make install'. Note: if you run 'configure' again, you will overwrite the Makefile! Perhaps that is what you did ... But as I said, the purveyor can send you a patch if you email him. Regards -- 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