Hello everyone. I have a TCL virtual machine on VirtualBox. I have installed gcc.tcz, gcc_libs.tcz, gcc_libs-dev.tcz and gcc_base-dev.tcz using Apps. However I cannot compile.
For example for the following C code:
int main() { return 0; }
Raises errors from /usr/local/bin/ld: cannot find crt1.o. If I add #include <stdio.h>
then it says: fatal error: stdio.h: No such file or directory.
Any ideas how can I get it to work? Thanks!!