On 18 July 2007 11:01, Hans Streibel wrote: > The package has an explanation on how to compile > jove under cygwin. I followed that explanation and > compiling, linking and installing went fine. > However the resulting program immediately exits when > I try to start it. > > I even inserted a printf() statement at the very beginning > of the main() function but its text is not displayed. > Therefore there seems to be something going wrong at the very > beginning of the program.
It may be missing a DLL it needs. Run "cygcheck </path/to/your/binary>" and see if the output lists anything missing. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/