This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Updating powerpc-crosscompile environment from gcc-2.95.3
- From: corey taylor <corey dot taylor at gmail dot com>
- To: karuottu at mbnet dot fi
- Cc: Frank Beesley <frank dot beesley at aeroflex dot com>, gcc-help at gcc dot gnu dot org
- Date: Wed, 9 Nov 2005 15:33:27 -0600
- Subject: Re: Updating powerpc-crosscompile environment from gcc-2.95.3
- References: <43725835.4070503@aeroflex.com> <43726A38.4060506@mbnet.fi>
> In the GCC world, "creating executables" is very far from "compiling",
> but in the Windoze MSVC, BCC etc. cases "compiling" is considered being
> just the same thing as "creating executables" !
Not entirely true. You just typically interact with the wrapper
program, but compiling and lnking are distinct processes in msvc..
corey