Hi, I'm using the VC6 GUI usnder Windows XP and I'm Building PHP 5.0.4
The entire Build works but it comes up with these errors at the end. "Linking... Creating library ..\Release_TSDbg/php5ts.lib and object ..\Release_TSDbg/php5ts.exp network.obj : error LNK2001: unresolved external symbol _in6addr_any simplexml.obj : error LNK2001: unresolved external symbol _zm_startup_spl_sxe basic_functions.obj : error LNK2001: unresolved external symbol _php_win32_core_globals_id pwd.obj : error LNK2001: unresolved external symbol _php_win32_core_globals_id time.obj : error LNK2001: unresolved external symbol _php_win32_core_globals_id wsyslog.obj : error LNK2001: unresolved external symbol _php_win32_core_globals_id basic_functions.obj : error LNK2001: unresolved external symbol _php_win32_core_globals_ctor basic_functions.obj : error LNK2001: unresolved external symbol _zm_deactivate_win32_core_globals ..\Release_TSDbg\php5ts.dll : fatal error LNK1120: 5 unresolved externals Error executing link.exe." The php_win32_core_globals are defined in globals.c and defined externally in the file php_win32_globals.h My guess is that I need to compile globals.c with ZTS defined. I haven't found which project that's in yet. Any suggestions would be greatly appreciated? Thanks! Terry -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php