Mail Archives: djgpp/1994/02/01/14:31:18
> everything seems to work fine - apart from make.
I don't use GNU make, but two things I've found with OPUS make:
1. gcc is happier with more conventional memory. OPUS make has an option to
swap itself out before running shell commands, and I need to do this.
So, anything you can do to increase real memory may help.
2. The real mode version of gcc is the only one which works under OS/2. It
might work better under DOS as well.
Also, give gcc the -v option so that it will echo the commands it is
executing. This will tell you exactly which part of the compilation is
failing, or it might show that make isn't doing what you think.
- Raw text -