Re: mysql cygwin

2005-07-11 Thread Maclen Marvit
Warren Young wrote: I believe people have gotten MySQL to build under Cygwin, but you should be aware of another option: Cygwin's build system can link against Microsoft C libraries, so you could just use the regular Win32 binary distribution and link your program against that. That sounded

Re: mysql cygwin

2005-07-11 Thread Warren Young
Maclen Marvit wrote: 1. The pexports did not find _mysql_server_init That function is only needed when using the embedded MySQL server. It's probably an optional configuration setting, so it's no big suprise that you don't have that function. If you're connecting to a separate MySQL

Re: mysql cygwin

2005-06-13 Thread SGreen
Jan Bartholdy [EMAIL PROTECTED] wrote on 06/13/2005 07:18:22 AM: I want to use a mysql database in a cygwin application (GRASS). Should I install mysql under cygwin or does exist any possibilities to use the database with myodbc under cygwin only? Thanks, Jan Virus checked

Re: mysql cygwin

2005-06-13 Thread Warren Young
Jan Bartholdy wrote: I want to use a mysql database in a cygwin application (GRASS). Should I install mysql under cygwin or does exist any possibilities to use the database with myodbc under cygwin only? Thanks, Jan I believe people have gotten MySQL to build under Cygwin, but you should be

Re: mysql cygwin

2005-06-13 Thread Warren Young
[EMAIL PROTECTED] wrote: If I understand Cygwin correctly, it is a Linux shell that runs under Windows. Uh, sort of. Cygwin is a GNU environment ported to Windows. You've got your bash, your GCC, your ls, etc. To make all this work with minimal porting, there's a Cygwin DLL and library

Re: MySQL + cygwin

2002-06-03 Thread Yegor N. Bryukhov
Hello Chris, I would recommend to try to compile MySQL itself under cygwin (or you already tried it?). Just use GCC version they suggest (I failed to compiled it using GCC 3.1). BTW, if you succeed, I would really appreciate if send me mysqlclient-library compiled under cygwin.

RE: MySQL + cygwin

2002-06-03 Thread Terry
:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 1:41 PM To: Chris Knipe Cc: [EMAIL PROTECTED] Subject: Re: MySQL + cygwin Hello Chris, I would recommend to try to compile MySQL itself under cygwin (or you already tried it?). Just use GCC version they suggest (I failed to compiled

Re: MySQL + cygwin

2002-06-03 Thread Viliam Batka
Hi Chris, I have tried to compile following version of the MySQL under cygwin. - 3.23.47 - 3.23.50 - 4.0.1 I was able to compile (client + server ) all of mentioned version, BUT most of the test have failed except for the version 3.23.50 that seem to me to work in most cases but not in all. I

Re: MySQL + cygwin

2002-06-03 Thread Chris Knipe
first wait and see how things turn out.. Maybe what I intend to do isn't possible in practise -- me - Original Message - From: Yegor N. Bryukhov [EMAIL PROTECTED] To: Chris Knipe [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, June 03, 2002 1:40 PM Subject: Re: MySQL + cygwin