CVS Error on Win32

php.internals

l0t3k

22 years ago
--------------------Configuration: php4dllts - Win32 Debug_TS-------------------- Linking... Creating library ..\Debug_TS/php4ts_debug.lib and object ..\Debug_TS/php4ts_debug.exp basic_functions.obj : error LNK2001: unresolved external symbol _zif_uudecode basic_functions.obj : error LNK2001: unresolved external symbol _zif_uuencode ..\Debug_TS\php4ts_debug.dll : fatal error LNK1120: 2 unresolved externals Error executing link.exe.

Andi Gutmans

22 years ago
You need to add uuencode.c to your php4tsdll project. I'll commit a patch. Andi At 09:48 AM 10/27/2003 -0500, l0t3k wrote: