This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Problem about ccl.
- From: Andrew Haley <aph at redhat dot com>
- To: "zong jians" <rtdefine at hotmail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Sun, 23 Apr 2006 12:52:30 +0100
- Subject: Re: Problem about ccl.
- References: <BAY13-F89B3E81D9220012AA215ACCB90@phx.gbl>
zong jians writes:
> Hi,ALL!
> It is said in some books that there should be a executable file named
> ccl as a actual c compiler after installling gcc,but I can't find it.Why.
Because it's called cc1, not ccl! :-)
Andrew.