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] | |
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..
Sad maybe, but GCC doesn't even provide a C library, neither the binutils. One must get them from somewhere else... That one cannot just download the "Free GNU C compiler" and then try "compiling" the "Hello World", maybe is the first lecture people will get about using GCC... At least it was for me over 10 years ago :-(
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |