This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: embedding gcc?
- From: Gokhan Kisacikoglu <kisa at centropolisfx dot com>
- To: Ben Dougall <bend at freenet dot co dot uk>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 09 Dec 2002 18:15:16 -0800
- Subject: Re: embedding gcc?
- Organization: Centropolis Effects, LLC
- References: <C8BAE6CE-0BB4-11D7-8756-0030653F9ECE@freenet.co.uk>
- Reply-to: kisa at centropolisfx dot com
> So I'm still wondering about the possibility of somehow including the
> necessary parts of GCC within my application? How difficult would it
> be? Does anyone know of a previous project or application that has GCC
> embedded? It's got to be possible, right?
GCC seems to be actually too big for your scripting system needs to be
distributed easily.
In fact make sure to read the license agreement, you might not be able
to do this legally, I mean sell the freely distributed software with
your software bundle as if you did something new. I believe GCC has to
be distributed in its own package, NOT in such bits and pieces for
profiteering...
Regards,
Gokhan