Mail Archives: djgpp/2001/09/25/03:01:30
On Mon, 24 Sep 2001, Thomas Hutto wrote:
> Running Windows ME on AMD Athlon 1.1GHz w/ 512 MRAM
> Disk space to burn.
>
> I've never seen this one before, maybe someone else has.
>
> The makefile is included below.
>
> I can compile and successfully run the associated *.c files using a nameless
> commericial complier/ide.
>
> However when I use the following makefile with DJGPP I get an bridge.exe
> file that does NOTHING. And I do mean nothing, no lockup, no crash, no error
> messages and no version message from the pgm
>
> The first executable statement is a printf giving program name and version
> number.
I'd suggest to compile with -gstabs+ and run the program under a
debugger. Put a breakpoint at the entry into `main' and at the `exit'
and `_exit' functions, and see what happens.
- Raw text -