This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: installing gcc on winnt
- To: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>,"Mumit Khan" <khan at NanoTech dot Wisc dot EDU>
- Subject: Re: installing gcc on winnt
- From: "Geert Bosch" <bosch at gnat dot com>
- Date: Fri, 14 Apr 2000 06:57:18 -0400
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>,"kiran at dacsindia dot com" <kiran at dacsindia dot com>
- Reply-To: "Geert Bosch" <bosch at gnat dot com>
On Fri, 14 Apr 2000 00:49:14 -0500 (CDT), Mumit Khan wrote:
- autoconf:
* Assumes ':' as the PATH separator.
* Assumes that `test -f prog' works if prog.exe exists.
This is an issue for OS/2 too (port to be contributed as soon as
the autoconf issues are resolved :-) It would be great to do
something like "gcc conftest.c" and then test for the executable
conftest or conftest.exe and set the exeext for the host (is there
such a thing?) appropriately.
I've added code to handle both cases. There is one lingering
issue where autoconf uses ':' to separate sources and targets,
such as `Makefile:foo.in', but I'll look at that soon.
I'm interesting in seeing this, could you mail a copy (even if it isn't
complete yet)? Thanks!
Geert