I want to package the GCC Compiler as an executable (want to be able to call it like I normally do) with all of its dependencies and send it to a computer where I can't install the compiler. The compiler won't be able to live where it normally does and has to be part of my working directory (or other non standard folders that I have access to). How can I do this?
↧