# New Ticket Created by jerry gay # Please include the string: [perl #37158] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37158 > the linker is failing to build ParTcl with MSVC, due to unresolved external symbols. i'm swamped at the moment, and won't have a chance to investigate further. ~jerry ### error ### link -nologo -nodefaultlib -debug -dll -def:..\libparrot.def -out:tcl_group.dll -def:tcl_group.def "lib-tcl_group.obj" "tclobject.obj" "tclstring.obj" "tclint.obj" "tclfloat.obj" "tcllist.obj" "tclarray.obj" oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib "D:/usr/local/parrot-HEAD/branches/leo-ctx5/parrot.lib" LINK : LNK6004: tcl_group.dll not found or not built by the last incremental link; performing full link tcl_group.def : error LNK2001: unresolved external symbol Parrot_TclFloat_interpret tcl_group.def : error LNK2001: unresolved external symbol Parrot_TclInt_interpret tcl_group.lib : fatal error LNK1120: 2 unresolved externals LINK : fatal error LNK1141: failure during build of exports file partial link tcl_group.dll failed (29952) NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop.Thread Previous | Thread Next