Mail Archives: djgpp-workers/2001/03/04/11:36:32
> I expect the fix is mainly needed for automake and friends, so when they
> build 'program' as main target, they can install 'program' and ginstall
> will make sure this arrives as 'program.exe' if applicable. Then again,
> AC_EXEEXT should really be added to configure.in when porting to DOS
> (but then you hit the 'DJGPP maintainers shouldn't need
> autoconf/automake' axiom again).
> You might want the program to be executable from command.com too, once
> installed. Unless it's program.(exe|com|bat), command.com won't find it.
??? Don't know what you mean here - that's what I said. Instead of having
ginstall try to add an extension if appropriate, we should really just add
AC_EXEEXT to configure.in and rerun autoconf & automake. That will cause
the Makefile to have 'program$(exeext)' targets, which should be installed
correctly.
Then again, I believe gcc 3.0 will no longer append .exe, which breaks the
exeext detection in autoconf :-(
> I think 'depcomp' works OK with bash 2.04 though.
Yup, it does.
> is 95% done, I want to finish it, before I look at 4.1. I hope to look at
> 4.1 before it's released, so I can get DJGPP changes into the actual
> sources, rather than as a patch supplied with the DJGPP port, but time
> will tell.
Okidoki.
- Raw text -