Wed Sep 15 05:08:59 2010: Request 61346 was acted upon. Transaction: Ticket created by PHILKIME Queue: PAR-Packer Subject: Cannot add object files to PAR tree Broken in: 1.007 Severity: Important Owner: Nobody Requestors: philk...@cpan.org Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=61346 >
I have had no problems adding files (using -A) to an exe: c:/strawberry/perl/lib/Unicode/Collate/Locale;lib/Unicode/Collate/Locale c:/strawberry/perl/lib/Unicode/Collate/allkeys.txt;lib/Unicode/Collate/allkeys.txt c:/strawberry/perl/lib/Unicode/Collate/keys.txt;lib/Unicode/Collate/keys.txt c:/strawberry/perl/lib/auto/Unicode/Collate/Collate.dll;lib/auto/Unicode/Collate/Collate.dll However, this last line, to add the Unicode::Collate XS .dll to the right place in the exe doesnt' add the file. All of the other lines work fine. "pp -vv" says that the .dll is added but it isn't. I have the same issue on OSX trying to add the Collate.bundle. I can't add these with --link arguments as the modules expect the XS object files in specific places in the perl tree.