X-Spam-Check-By: sourceware.org Message-ID: <31b7d2790704261400vcd4644ftca5cd4b343481542@mail.gmail.com> Date: Thu, 26 Apr 2007 16:00:55 -0500 From: "DePriest, Jason R." To: cygwin AT cygwin DOT com Subject: Re: A Utility that creates .SFV (Simple File Verify) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3vm033hr6an9lggppot71p3jaasujmuj11 AT 4ax DOT com> <463096A6 DOT 5000700 AT cygwin DOT com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 [ -- cut lots of stuff -- ] > As mentioned in the previous post, I have never compiled any application under cygwin. So a learning > curve exists for me, thus these questions come to mind. According to the cksfv page, a comment > mentions compiling the source for use under Windows, yet I am not familiar with these tools. Here's > an excerpt from the comment. > > "compile on Windows using gcc, mingw and GNU make from Cygwin (standard install, no other settings > required) and I can tell that it works like a snap :-) > The only needed dependency will be cygwin1.dll so the Windows binary version could even be > distributed too." > > What is gcc and how do you install it? > What is mingw and how do you install? > What is cygwin1.dll and how to you get it? > What is the difference between make and gmake? > > As far I can tell, I have ggc, make, cygwin1.dll on my cygwin installation. If you have gcc already, then you should be okay. I just downloaded cksfv-1.3.10.tar.gz (which ended up being an ungzipped tar archive even though the file name still had the .gz on the end). So a 'mv cksv-1.3.10.tar.gz cksv-1.3.10.tar' and a 'tar -xvf cksv-1.3.10' and I had a new directory. I cd'd to cdsv-1.3.10 and ran './configure' which worked fine. Then I ran 'make' and 'make install' and voila. Of course, the directories it defaults to putting it in may not be in your path. The '/usr/local' directories are in my path, but I can't remember if I added them myself or if they are automatically put there. -Jason -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/