Adriaan van Os wrote:
[By the way, how does one build an assembler from source code without an assembler present. Nice puzzle].
Same for GCC, of course. (Not for GPC, since it requires "only" a C compiler, and once that has been built, GPC cann be compiled normally.) Answer: you must have a binary to start with -- either one that comes with the system, or a GCC (or whatever) binary from the net. Or you cross-build from another system (that's how GCC is usually ported to new systems, until it can compile itself). Or you hand-translate your first version. ;-) Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html GPC download signing key: 51FF C1F0 1A77 C6C2 4482 4DDC 117A 9773 7F88 1707