Can't figure out where exactly it's coming from. Environmental perhaps? Is there a magic export to save the day?
Here's the make error: gcc -shared -o par.dll -Wl,--out-implib=libpar.dll.a -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--stack,8388608 -Wl,--enable-aut o-image-base \ main.o my_par_pl.o win32.coff -s -s -s -L/usr/local/lib /usr/lib/perl5/5.8/cygwin/auto/DynaLoader/DynaLoader.a /usr/lib/perl5/5.8/cygwin/aut o/Win32CORE/Win32CORE.a -L/usr/lib/perl5/5.8/cygwin/CORE -lperl -ldl -lcrypt -lgdbm_compat Creating library file: libpar.dll.a mv par.dll libpar.dll.a ./ mv: `par.dll' and `./par.dll' are the same file mv: `libpar.dll.a' and `./libpar.dll.a' are the same file perlld: *** system() failed to execute mv par.dll libpar.dll.a ./ make[1]: *** [par.exe] Error 2 make[1]: Leaving directory `/cygdrive/z/Celerra EFD TCO/PAR-Packer-0.991/myldr' make: *** [subdirs] Error 2 I'm attempting to build 0.991 on a Windows XP Professional system. I'm doing this in a Cygwin bash shell. All pre-reqs have been installed successfully. --Jen