Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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" 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 Content-type: text/plain; charset=us-ascii Content-Disposition: inline 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