This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.4 - gnatmake has wrong gcc name
- From: "Douglas B Rupp" <rupp at gnat dot com>
- To: "Richard Kenner" <kenner at vlsi1 dot ultra dot nyu dot edu>,<charlet at act-europe dot fr>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Fri, 19 Mar 2004 08:57:17 -0800
- Subject: Re: gcc 3.4 - gnatmake has wrong gcc name
- Organization: Ada Core Technologies, Inc
- References: <10403191314.AA23893@vlsi1.ultra.nyu.edu>
- Reply-to: "Douglas B Rupp" <rupp at gnat dot com>
> I don't know. I believe it's ";version", e.g. GCC.EXE;2, but I'm no
> VMS expert.
That's the VMS style, however gcc usually deals with the Unix style which is
gcc.exe.2 (dot vice semicolon). Any fix must be able to handle both
styles.