delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/09/30/13:29:40

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
Message-ID: <3BB75673.78B6D61B@wapme-systems.de>
Date: Sun, 30 Sep 2001 19:29:23 +0200
From: Stipe Tolj <tolj AT wapme-systems DOT de>
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 <scr34m AT frontember DOT hu>
CC: Cygwin <cygwin AT cygwin DOT com>
Subject: Re: Mysql
References: <18518248359 DOT 20010930151655 AT frontember DOT hu>

> $ 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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019