X-Recipient: archive-cygwin AT delorie DOT com 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 Message-ID: <508802F5.50506@cs.umass.edu> Date: Wed, 24 Oct 2012 11:02:13 -0400 From: Eliot Moss Reply-To: moss AT cs DOT umass DOT 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 AT cygwin DOT com Subject: Re: real beginer References: <5086D14D DOT 3070406 AT gmail DOT com> <1351021580080-93918 DOT post AT n5 DOT nabble DOT com> <1351028816534-93921 DOT post AT n5 DOT nabble DOT com> <1351031752616-93926 DOT post AT n5 DOT nabble DOT com> <50872610 DOT 605 AT cs DOT umass DOT edu> <50873B62 DOT 3020601 AT cs DOT umass DOT edu> <1351081031692-93944 DOT post AT n5 DOT nabble DOT com> <1351088027625-93956 DOT post AT n5 DOT nabble DOT 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 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 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