This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: embedding gcc?


I just realized I hit 'reply' instead of 'reply to all' in my post to
Ben. 

So here is it (spelling and grammar mistakes included) ... sorry to
those who don't care. ...


-----Original Message-----
From: Buddy Lott [mailto:buddy_lott@hotmail.com] 
Sent: Tuesday, December 10, 2002 3:05 PM
To: 'Ben Dougall'
Subject: RE: embedding gcc?

I don't know all the replies to this but I think you are missing one
option....

Why not build your installation script to installation software so that
it will install your code and GCC? You could get a little more fancy and
allow the user to select (update) his/her own version of gcc or use the
one supplied with your software. This would seem to resolve an whole lot
of update, manual, and potentially legal problems related to using the
GCC compilers.

> -----Original Message-----
> From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org]
On
> Behalf Of Ben Dougall
> Sent: Wednesday, December 11, 2002 11:37 AM
> To: gcc-help@gcc.gnu.org
> Subject: Re: embedding gcc?
> 
> On Tuesday, December 10, 2002, at 08:05  pm, Buddy Lott wrote:
> 
> > Why not build your installation script to installation software so
that
> > it will install your code and GCC?
> 
> Yeah, I think you're right.
> 
> I was envisaging maybe only needing and using particular parts of GCC,
> so only including and using a stripped down version of it, but using
> GCC as it is, will probably save untold amounts of work and time. So
> your suggestion is probably the best way to do it. Thanks very much.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]