-----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 [EMAIL PROTECTED] -----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/