# New Ticket Created by Franz Nagel # Please include the string: [perl #74030] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=74030 >
Hi, I am using Rakudo #27 on a Pentium IV, Windows 2000 SP4 system. My code examples are stored at: "G:\Xperim\PerlXperim\Perl 6" on an external disk. As long as I call them from a dir on my main disk C:, everything works fine. Quote: C:\>perl6 "G:\Xperim\PerlXperim\Perl 6\helloworld03.p6" Hello World C:\>perl6 -v This compiler is built with the Parrot Compiler Toolkit, parrot revision 44954. Unquote. ***** Bug: ***** If I invoke Perl 6 from working directories on external storage devices, I get an error. Quote: G:\Xperim\PerlXperim\Perl 6>perl6 helloworld.p6 "load_bytecode" couldn't find file 'P6Regex.pbc' current instr.: '' pc -1 ((unknown file):-1) G:\Xperim\PerlXperim\Perl 6>perl6 -v "load_bytecode" couldn't find file 'P6Regex.pbc' current instr.: '' pc -1 ((unknown file):-1) ... F:\>perl6 "G:\Xperim\PerlXperim\Perl 6\helloworld.p6" "load_bytecode" couldn't find file 'P6Regex.pbc' current instr.: '' pc -1 ((unknown file):-1) F:\>perl6 -v "load_bytecode" couldn't find file 'P6Regex.pbc' current instr.: '' pc -1 ((unknown file):-1) Unquote. The same error occurs if I call from a USB stick H: directory. Thanks and Regards Franz