Re: [PHP-CVS] cvs: php4 / NEWS /ext/mysql/libmysql acinclude.m4 bmove.ccharset.c config-win.h dbug.h default.c errors.c fix_copyright global.hlibmysql.c m_string.h mf_dirname.c mf_format.c mf_pack.c mf_path.cmy_alloc.c my_create.c my_fopen.c my_i

2001-01-24 Thread Thimble Smith

On Tue, Jan 23, 2001 at 08:59:42PM +0100, Sebastian Bergmann wrote:
   I can't link the latest CVS of PHP on Win32:
 
 libmysql.lib(my_thr_init.obj) : error LNK2001: Nichtaufgeloestes externes
 Symbol _win_pthread_init
 libmysql.lib(my_compress.obj) : error LNK2001: Nichtaufgeloestes externes
 Symbol _compress
 libmysql.lib(my_compress.obj) : error LNK2001: Nichtaufgeloestes externes
 Symbol _uncompress
 ..\Release_TS_inline\php4ts.dll : fatal error LNK1120: 3 unaufgeloeste
 externe Verweise

OK.  That's what I asked about in my first mail to the list (is
HAVE_COMPRESS okay on Windows?).  I guess it's not.  I'll change
config-win.h so this doesn't happen anymore.

Tim

-- 
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Tim Smith [EMAIL PROTECTED]
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Development Team
/_/  /_/\_, /___/\___\_\___/   Helsinki, Finland (for a few weeks)
   ___/   www.mysql.com

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-CVS] cvs: php4 / NEWS /ext/mysql/libmysql acinclude.m4 bmove.ccharset.c config-win.h dbug.h default.c errors.c fix_copyright global.hlibmysql.c m_string.h mf_dirname.c mf_format.c mf_pack.c mf_path.cmy_alloc.c my_create.c my_fopen.c my_i

2001-01-23 Thread Sebastian Bergmann

MySQL Team wrote:
   Log:
   Upgrade ext/mysql/libmysql to version 3.23.32.  One notable bug fix is
   that the client can now connect to a server which is using a default
   charset other than latin1.

  Great! All those compiler warnings in libmysql are gone on Win32 :-)

-- 
 sebastian bergmann e-mail :  [EMAIL PROTECTED]
  homepage :  http://www.sebastian-bergmann.de
   make a gift : http://wishlist.sebastian-bergmann.de
 measure the usability of your web application - http://phpOpenTracker.de

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-CVS] cvs: php4 / NEWS /ext/mysql/libmysql acinclude.m4 bmove.ccharset.c config-win.h dbug.h default.c errors.c fix_copyright global.hlibmysql.c m_string.h mf_dirname.c mf_format.c mf_pack.c mf_path.cmy_alloc.c my_create.c my_fopen.c my_i

2001-01-23 Thread Sebastian Bergmann

MySQL Team wrote:
   Log:
   Upgrade ext/mysql/libmysql to version 3.23.32.  One notable bug fix is
   that the client can now connect to a server which is using a default
   charset other than latin1.

  I can't link the latest CVS of PHP on Win32:

libmysql.lib(my_thr_init.obj) : error LNK2001: Nichtaufgeloestes externes
Symbol _win_pthread_init
libmysql.lib(my_compress.obj) : error LNK2001: Nichtaufgeloestes externes
Symbol _compress
libmysql.lib(my_compress.obj) : error LNK2001: Nichtaufgeloestes externes
Symbol _uncompress
..\Release_TS_inline\php4ts.dll : fatal error LNK1120: 3 unaufgeloeste
externe Verweise

  Nichtaufgeloestes externes Symbol == Not resolved external symbol


-- 
 sebastian bergmann e-mail :  [EMAIL PROTECTED]
  homepage :  http://www.sebastian-bergmann.de
   make a gift : http://wishlist.sebastian-bergmann.de
 measure the usability of your web application - http://phpOpenTracker.de

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]