How can I compile GCC as a static binary?

Posted by CaCl on Stack Overflow See other posts from Stack Overflow or by CaCl
Published on 2010-02-22T18:56:22Z Indexed on 2010/04/13 13:02 UTC
Read the original article Hit count: 363

Filed under:
|

How can I compile the GCC Compiler so that I can pull the entire thing over to another system and use the program? I don't mind pulling in other files as well, but is there a way to gather all the required system libs as well? The OS and Arch will remain constant across the different systems, but one may contain Slackware where the other contains Debian.

© Stack Overflow or respective owner

Related posts about gcc

Related posts about build