On 4 Feb 2005 at 9:05, Robert wrote: > I am trying to compile to an EXE on Windows XP. I am using the following: > > pp -d -o popups.exe popups.pl > > and it spits out: > > Goto undefined subroutine &DynaLoader::bootstrap_inherit at > C:/aperl58/lib/XSLoader.pm line 95. > Compilation failed in require at C:/aperl58/lib/IO/Handle.pm line 260. > BEGIN failed--compilation aborted at C:/aperl58/lib/IO/Handle.pm line 260. > Compilation failed in require at C:/aperl58/lib/IO/Seekable.pm line 101. > BEGIN failed--compilation aborted at C:/aperl58/lib/IO/Seekable.pm line 101. > Compilation failed in require at C:/aperl58/lib/IO/File.pm line 117. > BEGIN failed--compilation aborted at C:/aperl58/lib/IO/File.pm line 117. > Compilation failed in require at -e line 305. > BEGIN failed--compilation aborted at -e line 835. > > I am using PAR 0.87 and I am trying to pack the EXE without the Perl DLL > file. > > Robert > >
I saw your question on comp.lang.misc and interpreted the errors you got there as a possible icon problem, but that is not true here. I have had no problem with the -d option for any script I have. Can you give us a small example script that fails for you? Alan Stewart