develooper Front page | perl.perl6.internals | Postings from September 2005

[perl #37158] [BUG] building ParTcl on windows

Thread Previous | Thread Next
From:
jerry gay
Date:
September 13, 2005 15:51
Subject:
[perl #37158] [BUG] building ParTcl on windows
Message ID:
rt-3.0.11-37158-120687.0.798956659173626@perl.org
# 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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About