Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #40039] [BUG] r13762: compilers/bcg/ fails to build with msvc -- unresolved external symbol

5 views
Skip to first unread message

Jerry Gay

unread,
Aug 1, 2006, 10:43:43 AM8/1/06
to bugs-bi...@rt.perl.org
# New Ticket Created by Jerry Gay
# Please include the string: [perl #40039]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40039 >


parrot builds successfully, but compilers/bcg/ fails. below is the
output from nmake.
~jerry

D:\usr\local\perl\bin\perl.exe -e "chdir shift @ARGV; system 'nmake', @A
RGV; exit $? >> 8;" compilers\bcg

Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.

D:\usr\local\perl\bin\perl.exe "D:/usr/local/parrot/bug\tools\build\pmc2c.pl" --
dump bcg.pmc
D:\usr\local\perl\bin\perl.exe "D:/usr/local/parrot/bug\tools\build\pmc2c.pl" --
c bcg.pmc
D:\usr\local\perl\bin\perl.exe "D:/usr/local/parrot/bug\tools\build\pmc2c.pl" --
library bcg_group --c bcg.pmc
cl -c -nologo -GF -W3 -MD -Zi -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DNO_HASH_
SEED -Zi -DHAS_JIT -DI386 -Fobcg.obj -I"D:/usr/local/parrot/bug\include"
-I"D:/usr/local/parrot/bug\src\pmc" bcg.c
bcg.c
cl -c -nologo -GF -W3 -MD -Zi -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DNO_HASH_
SEED -Zi -DHAS_JIT -DI386 -Folib-bcg_group.obj -I"D:/usr/local/parrot/bu
g\include" -I"D:/usr/local/parrot/bug\src\pmc" bcg_group.c
bcg_group.c
link -nologo -nodefaultlib -debug -dll -out:bcg_group.dll "lib-bcg_group.obj" "b
cg.obj" oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.li
b advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.l
ib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib "D:/usr/loc
al/parrot/bug/libparrot.lib"
LINK : LNK6004: bcg_group.dll not found or not built by the last incremental lin
k; performing full link
Creating library bcg_group.lib and object bcg_group.exp
bcg.obj : error LNK2019: unresolved external symbol _Parrot_PMC_typenum referenc
ed in function _Parrot_BCG_class_init
bcg_group.dll : fatal error LNK1120: 1 unresolved externals
partial link bcg_group.dll failed (24576)
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'D:\usr\local\perl\bin\perl.exe' : return code '0x2'
Stop.

0 new messages