NotFound wrote:
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?

It seems to ignore /LIBPATH

C:\work\parrot>link -nologo -nodefaultlib -debug -machine:x86 -debug t/src/c ompiler_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
compiler_2.obj : error LNK2001: unresolved external symbol _PMCNULL
t\src\compiler_2.exe : fatal error LNK1120: 1 unresolved externals

C:\work\parrot>


--Tim

Reply via email to