X-Spam-Check-By: sourceware.org Message-ID: <43ABF779.5050901@byu.net> Date: Fri, 23 Dec 2005 06:11:21 -0700 From: Eric Blake User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: ERIC HO CC: cygwin AT cygwin DOT com Subject: Re: Using gcc under cygwin to compile and link the db2 udb sample c programs References: <902f392238 DOT 92238902f3 AT shaw DOT ca> In-Reply-To: <902f392238.92238902f3@shaw.ca> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to ERIC HO on 12/22/2005 2:15 PM: > I'm wondering whether anyone have used gcc under cygwin (windows xp) to compile and link the db2 udb sample c/cpp programs successfully? I'd appreciate if you could share the steps and command syntax. Under Linux, it is very simple and I just run the make all command. Thanks. Have you tried running 'make all'? That's normally how it works on cygwin, too. If you get failures, then it is probably a portability bug in the package you are trying to compile. Also, most free software packages require you to run './configure' before the Makefile will exist to run 'make'. And 'make' is usually shorthand for 'make all', if the Makefile was built correctly. - -- Life is short - so eat dessert first! Eric Blake ebb9 AT byu DOT net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDq/d584KuGfSFAYARAoLHAJ9TLJn/3EghS1/4iFKM1J2rQbCpUACeN5+0 ftR5RLpgDSucagz60qGkKg8= =6lDd -----END PGP SIGNATURE----- -- 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/