This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How can GNU help me?
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Jhonny Everson <fisica at cefet-al dot br>
- Cc: gcc at gnu dot org
- Date: 18 Jul 2003 11:31:54 -0400
- Subject: Re: How can GNU help me?
- Organization: Red Hat Canada
- References: <1058540983.3f180db75d84b@webmail.cefet-al.br>
On Fri, 2003-07-18 at 11:09, Jhonny Everson wrote:
> My question is: how can I add the GNU C++ compiler to my project? Does it run
> on Windows?
>
Yes. http://www.cygwin.com
> I think to make FÃcil a free software but in case I change my
> mind, can I still use the GNU Compiler?
>
If your pre-processor emits C++ code, you will have no problems using
GCC as your backend compiler.
Diego.