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: Markus Hoenicka MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15235.51335.655000.94933@gargle.gargle.HOWL> Date: Wed, 22 Aug 2001 14:58:15 +0000 To: "Nicolas Grehalle" CC: cygwin AT cygwin DOT com Subject: MySQL support In-Reply-To: <066301c12ad8$415ad960$710f6ac1@rennes.jouve.fr> References: <066301c12ad8$415ad960$710f6ac1 AT rennes DOT jouve DOT fr> X-Mailer: VM 6.94 under Emacs 20.6.1 libmysqlclient and the clients build OOTB with recent versions of Cygwin and MySQL (and yes, you need the source tarball, not the win32 binary). Look at the configure options, you'll have to run something like: ./configure --without-server This will build libmysqlclient.a and the statically linked clients. You can also build a libmysqlclient.dll, but I didn't get round to build the dynamically linked clients. But other apps using libmysqlclient work just fine with the DLL. Would anyone be interested to see this as a Cygwin package? I don't know whether it is worth the hassle as Cygwin ships PostgreSQL. regards, Markus Nicolas Grehalle writes: > hello, > > i have to put a Unix application under Cygnus. > This application uses MySQL (the libmysqlclient.a for example). > > I want use the win32 version of MySQL, but i need to compile and run the > application without changes in the code ( i don't have the choice) under > Cygnus (and libmysqlclient.a doesn't exist under the win32 version of > MySQL). > > Please, somebody could help me ? > > Nicolas > > > > -- > 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/ > -- Markus Hoenicka, PhD UT Houston Medical School Dept. of Integrative Biology and Pharmacology 6431 Fannin MSB4.114 Houston, TX 77030 (713) 500-6313, -7477 (713) 500-7444 (fax) Markus DOT Hoenicka AT uth DOT tmc DOT edu http://ourworld.compuserve.com/homepages/hoenicka_markus/ -- 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/