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 serve

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 sound

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 t

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 a

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

mysql cygwin

2005-06-13 Thread Jan Bartholdy
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 by G DATA AntiVirusKit Version: AVK 15.0.5403 from 10.06.2005 -- MySQL

Re: MySQL + cygwin

2002-06-03 Thread Chris Knipe
get to stash it under the contrib sections at mysql.com... But yeah, let's 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

Re: MySQL + cygwin

2002-06-03 Thread Viliam Batka
incorect. My suggestion is that you use the MySQL version 3.23.50. Only this version I was able to put alive. Cheers, Viliam - Original Message - From: "Chris Knipe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 03, 2002 4:49 PM Subject: MySQL +

RE: MySQL + cygwin

2002-06-03 Thread Terry
hov [mailto:[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?). Ju

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.

MySQL + cygwin

2002-06-02 Thread Chris Knipe
Anyone have any ideas on how to get MySQL to work under cygwin? I'm especially interested in getting a libmysqlclient which is compatible with cygwin so that I can use it to compile various other program which require the library... Currently, I run mysql 3.23.49-max for Win32 (NT 4.0) because I

MySql: Cygwin Libraries

2001-04-17 Thread Katelyn Sweet
Greetings from Canada, Does anyone know of any c++ libraries that are compatible with Cygwin? I want to connect to mysql db Thanks, Kate - Before posting, please check: http://www.mysql.com/manual.php (the manual) http: