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 server, you don't need to call that function.

If this isn't the best way, what is the recommended wayt to use mysql
with g++/gcc and cygwin?

Clearly going with a completely Cygwin-native build is better. For one thing, it will make it easier to debug your crash.

I only pointed out the option of linking to the VC++-built library as one option.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to