# New Ticket Created by "Aldo Calpini" # Please include the string: [perl #18141] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=18141 >
due to a bug in config/auto/stackdir.pl, Configure.pl was unable to determine PARROT_STACK_DIR when using Visual C++. the error was to use ${cc_exe_out} as a parameter to $link, instead of ${ldout}, which resulted in producing the wrong executable name for the test program. as a result, Parrot was unable to compile (syntax error in dod.c). the attached patch fixes the problem. cheers, Aldo __END__ $_=q,just perl,,s, , another ,,s,$, hacker,,print; -- attachment 1 ------------------------------------------------------ url: http://rt.perl.org/rt2/attach/40714/32817/be0ada/stackdir.patch
stackdir.patch
Description: stackdir.patch