php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9964 Unresolved symbols
Submitted: 2001-03-24 01:12 UTC Modified: 2001-04-30 13:52 UTC
From: shmengie_2000 at yahoo dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (24/03/2001) OS: Win NT 4.0
Private report: No CVE-ID: None
 [2001-03-24 01:12 UTC] shmengie_2000 at yahoo dot com
Trying to build php from recent cvs snaps php4-200103231245 and one from a day earlier.

Compile is smooth, except for a few unresolved symbols:

Linking...
   Creating library ..\Debug/php4nts_debug.lib and object ..\Debug/php4nts_debug.exp
internal_functions_win32.obj : error LNK2001: unresolved external symbol _VARIANT_module_entry
COM.obj : error LNK2001: unresolved external symbol _php_char_to_OLECHAR
COM.obj : error LNK2001: unresolved external symbol _php_OLECHAR_to_char
COM.obj : error LNK2001: unresolved external symbol _php_pval_to_variant
COM.obj : error LNK2001: unresolved external symbol _php_variant_to_pval
..\Debug\php4nts_debug.dll : fatal error LNK1120: 5 unresolved externals
Error executing link.exe.

php4nts_debug.dll - 6 error(s), 0 warning(s)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-26 01:47 UTC] shmengie_2000 at yahoo dot com
I was trying to build with php.dsw workspace.
phpts.dsw compiles right up.  Must have neglected to read the instructions.  Leaving this ticket open, because I think php4.dsw should be removed from the distribution, unless it serves some other purpose.
 [2001-04-03 17:50 UTC] dbeu@php.net
com linkage still seems to be broken (external modules like dotnet fail to link).
can someone familiar with them please have a look at it?
 [2001-04-30 13:52 UTC] dbeu@php.net
fixed in cvs
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 13:01:28 2024 UTC