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

[perl #37166] [PATCH] building problem in leo-ctx5 on Win32

Thread Next
From:
"François" PERRAD
Date:
September 14, 2005 09:01
Subject:
[perl #37166] [PATCH] building problem in leo-ctx5 on Win32
Message ID:
rt-3.0.11-37166-120740.15.3293525287221@perl.org
# 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 Perrad

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