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." <jrdepriest@gmail.com>
To: cygwin@cygwin.com
Subject: Re: A Utility that creates .SFV (Simple File Verify)
In-Reply-To: <mp0233l3igc1elpbagpphb68v9g07bf6ml@4ax.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <3vm033hr6an9lggppot71p3jaasujmuj11@4ax.com> 	 <463096A6.5000700@cygwin.com> 	 <mp0233l3igc1elpbagpphb68v9g07bf6ml@4ax.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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

[ -- 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/

