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 Message-ID: <3BB75673.78B6D61B@wapme-systems.de> Date: Sun, 30 Sep 2001 19:29:23 +0200 From: Stipe Tolj Organization: Wapme Systems AG X-Mailer: Mozilla 4.7 [de]C-CCK-MCD QXW0322b (WinNT; I) X-Accept-Language: de,en MIME-Version: 1.0 To: Scr34m CC: Cygwin Subject: Re: Mysql References: <18518248359 DOT 20010930151655 AT frontember DOT hu> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit > $ gcc -o mysql -c mysql.c -L/usr/local/lib/mysql -lmysqlclient > gcc: -lmysqlclient: linker input file unused since linking not done you may first compile and then link, i.e. $ gcc -o foo.o -c foo.c $ gcc -o foo.exe foo.o -L/usr/local/lib/mysql -lmysqlclient Stipe > What can i do whit MySQL++ there are one patch for cygwin but i can't > applie it to mysql++ :( > > mysql++-1.7.9.tar.gz > mysql++-gcc-3.0.patch.gz don't know what they are for. Stipe tolj AT wapme-systems DOT de ------------------------------------------------------------------- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: info AT wapme-systems DOT de Internet: http://www.wapme-systems.de ------------------------------------------------------------------- wapme.net - wherever you are -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/