Mail Archives: djgpp-workers/2001/01/03/09:45:03
On Wed, 3 Jan 2001, Laurynas Biveinis wrote:
> No, sometimes ld.exe complains too. So it says that there is
> a bug in compiler driver, the gcc.exe. Because my ld.exe is
> compiled before CMDLINE changes.
It at least means that the CMDLINE changes in c1args.c (which look at
CMDLINE in the enviornment) are not the reason for the problem.
> Now I see that various programs involved in compilation
> complain about options which they shouldn't get at all, like '-c' for cc1.exe,
> '-W' for ld.exe and so on. So this is a GCC bug.
The question now is whether this is in GCC's application code or
something in dosexec which gets linked into GCC.
- Raw text -