#196: Configure failure in ActivePerl/MSVC
-----------------------+----------------------------------------------------
 Reporter:  allison    |       Owner:     
     Type:  bug        |      Status:  new
 Priority:  normal     |   Milestone:     
Component:  configure  |     Version:     
 Severity:  fatal      |    Keywords:     
     Lang:             |       Patch:     
 Platform:  win32      |  
-----------------------+----------------------------------------------------
Changes (by allison):

 * cc: jk...@… (added)


Comment:

 This is the critical piece, in inter::progs, everything before it is
 successful:

 link -nologo -nodefaultlib -debug Files\ActivePerl\lib\CORE" -machine:x86
 test_2852.obj -out:test_2852.exe kernel32.lib ws2_32.lib msvcrt.lib
 oldnames.lib

 Particularly, note that the reference to the CORE file has a truncated
 path. The real path is "D:\Program Files\ActivePerl\lib\CORE". Some other
 flags may also have been truncated (perhaps the flag that indicates what
 the CORE lib is actually supposed to be used for). The truncation at the
 space in "Program Files" makes me suspect that there's some part of the
 config system that's not properly handling spaces (expects spaces to only
 come between arguments, not be part of arguments).

 Allison

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/196#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to