6 messages in com.mysql.lists.win32Re: Undefined Symbols for Win32 Build...
FromSent OnAttachments
Joshua Chamas02 Sep 1999 18:25 
Joshua Chamas02 Sep 1999 23:24 
Michael Widenius03 Sep 1999 02:42 
Joshua Chamas03 Sep 1999 11:30 
Michael Widenius07 Sep 1999 05:58 
Joshua Chamas07 Sep 1999 11:00 
Subject:Re: Undefined Symbols for Win32 Building of DBD::mysql
From:Michael Widenius (mon@monty.pp.sci.fi)
Date:09/03/1999 02:42:15 AM
List:com.mysql.lists.win32

"Joshua" == Joshua Chamas <jos@chamas.com> writes:

Joshua> Nevermind, the client library that TCX ships with Joshua> the Win32 version of MySQL mysqlclient.lib has symbols Joshua> that don't resolve because they did NOT build it for Joshua> the same c library MSVCRT that the perl build uses.

Joshua> The library they ship has symbols like __pctype, when it Joshua> needs to have __pctype_dll which are resolved with MSVCRT

Joshua> Hopefully TCX will get me a mysqlclient.lib that can Joshua> build with MSVCRT.LIB

The shipped mysqlclient.lib must be linked wit the thread safe Win32 libraries.

Note that the newest Activestate perl distribution now by default contains DBD-MySQL! Any reason for not using this?

You can also find a copy of the MySQL library in source in the MyODBC source distribution at http://www.mysql.com/download_win32.html

Regards, Monty