Mail Archives: djgpp-workers/2001/01/14/02:54:28
On Sat, 13 Jan 2001, DJ Delorie wrote:
> > I've incorrectly described the problem. The real
> > problem is that if one says 'gcc foo.c -o foo', then
> > only foo.exe is made, and no foo. This breaks autoconf
> > etc and needs fixing.
>
> But saves disk space. How hard would it be to fix autoconf?
Even if Autoconf is fixed, what do we do about all the Makefile's out
there which have "foo", not "foo$EXE_EXT" as their targets?
We could make ld.exe create an empty `foo', but I suspect that at least
some Makefile's will actually try to run `foo' (I remember seeing
"GO32-V2" in the DOS box's caption bar when some packages build).
So I'm afraid getting rid of producing the extensionless program will
break too many packages that have integrated DJGPP support. Someone(tm)
will have to fix all those as well.
- Raw text -