Stephen, Do you need to run from the batch file? Try just having Executable=prog.exe with the arguments as given. i.e., the KISS principle. But, then again, if running from the batch file, do you need to
transfer the file prog.bat also? I’m a bit rusty. Cheers, _____________________________________________ Philip
Crawford B Comp Sc, MIEEE Phone:
+61-2-9385 2564 Fax:
+61-2-9385 1258 Email:
p.crawford@xxxxxxxxxxx _____________________________________________ From: condor-users-bounces@xxxxxxxxxxx
[mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Stephen Upton Hi All, Nope, that didn't work. Compiled with Gnu C++ as a
standalone executable. Other ideas? thanx steve On Jan 21, 2008, at 5:42 PM, Stephen Upton wrote:
Hi Alan, No, I don't think it was complied with cygwin g++. I'll
check into that. I don't see an 'objdump' command either (under cygwin. ?) thanx - you gave me someplace else to look, though steve On Jan 21, 2008, at 5:19 PM, Alan Cass wrote:
Hey Steve, objdump -p prog.exe | grep "DLL Name" to see all DLLs it uses). This
DLL is probably not necessarily available on the execute machine. A quick fix
would be to just transfer the cygwin1.dll (or any other unavailable, but
required, DLLs) with the executable. On 22/01/2008, Stephen Upton
< scupton@xxxxxxx> wrote: Hi all, _______________________________________________ Condor-users mailing list To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx
with a subject: Unsubscribe You can also unsubscribe by visiting The archives can be found at: _______________________________________________ Condor-users mailing list To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx
with a subject: Unsubscribe You can also unsubscribe by visiting The archives can be found at: |