# New Ticket Created by François PERRAD # Please include the string: [perl #37166] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37166 > [leo-ctx5] This patch solves the following link problem on Win32: perl build_tools\parrotdef.pl gcc -o .\parrot.exe -Wl,--out-implib,parrot.a parrot.def \ imcc\main.o blib\lib\libparrot.a \ICU\icu-3.4\icu\lib\icudt.lib D:\Documents\DEV\ICU\icu-3.4\icu\lib\icuuc.lib -lmsvcrt -moldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lgmp src\parrot_config.o Cannot export add_to_retc_cache: symbol not defined Cannot export copy_regs: symbol not defined Cannot export mark_retc_cache: symbol not defined Cannot export new_register_frame: symbol not defined Cannot export restore_context: symbol not defined Cannot export save_context: symbol not defined Cannot export swap_context: symbol not defined Creating library file: parrot.a collect2: ld returned 1 exit status François PerradThread Next