Mail Archives: djgpp/1996/10/24/12:47:02
On Wed, 23 Oct 1996, Jimmy Wan wrote:
> Pardon my newbie-ism, but what else uses COFF, and if I wanted to go
> nuts and mix gcc with another compiler, would I be able to do so???
Mixing object files from different compilers, at least on MSDOS, is not
recommended. If you ever tried to mix e.g. Borland C with Microsoft C you
know what I'm talking about. There are all kind of subtleties which
usually work against you in a way that makes debugging very hard.
- Raw text -