Subject: | Cannot add object files to PAR tree |
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.