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: another newbi question


Hi

If you want to compile on a machine an run the compiled program on the same machine (or one with the same OS / system libraries), then you need a native compiler.
If the machine you'll be compiling on differs from the machine you're compiling for (eg., you compile under Linux and want the program to run under Windows, or under Solaris, or whatever) you need a cross compiler.

fwyzard




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