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
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
[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
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
"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
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
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
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
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.