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