| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| From: | kulack AT us DOT ibm DOT com |
| X-Lotus-FromDomain: | IBMUS |
| To: | "Cygwin" <cygwin AT sourceware DOT cygnus DOT com> |
| Message-ID: | <85256918.00501DCB.00@D51MTA04.pok.ibm.com> |
| Date: | Mon, 10 Jul 2000 09:35:12 -0500 |
| Subject: | Re: ODBC symbols undefined reference with -lodbc32 |
| Mime-Version: | 1.0 |
Aaaarrrggg... Incorrect order of linking. > > make cli1.exe > gcc -g -mthreads -lodbc32 cli1.c Should be... gcc -g -mthreads cli1.c -lodbc32 -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |