On 23/01/2010 16:08, Sean Healy wrote: > [ ... ] gcc doesn't seem to be > working. When I run the program, it exits with no error message - no > message of any kind, in fact - but no output file is produced. So I get > no output and no error message. [ ... ]
On Cygwin, this is a typical symptom of a missing DLL. There's no error message, but you will find a non-zero value in the bash error status variable "$?". To track it down, run the "cygcheck" utility, passing it the path to the failing .exe as a command-line argument; it'll tell you what's missing. cheers, DaveK ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel