On Tue, Sep 9, 2008 at 5:23 AM, via RT Tim Heckman
<[EMAIL PROTECTED]> wrote:
> # New Ticket Created by  "Tim Heckman"
> # Please include the string:  [perl #58704]
> # in the subject line of all future correspondence about this issue.
> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58704 >

> link -nologo -nodefaultlib -debug     -machine:x86 -debug
> t/src/compiler_2.obj src\parrot_config.obj -out:t\src\compiler_2.exe
> -Lblib\lib libparrot.lib  kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib
>
> But, if I run this command using the documented linker option of
> /LIBPATH it *still* fails.
>
> link -nologo -nodefaultlib -debug     -machine:x86 -debug
> t/src/compiler_2.obj src\parrot_config.obj -out:t\src\compiler_2.exe
> /LIBPATH:blib\lib libparrot.lib  kernel32.lib ws2_32.lib msvcrt.lib
> oldnames.lib

What are the error messages in this case?

-- 
Salu2

Reply via email to