I am wanting to run the examples in the Stevens book, Advanced Programming in the Unix Environment. I'd rather not pollute my running system with extraneous files that are not required for the system to function. My question and followups for the masters out there:
What's a safe way to install and run gcc safely on my fbsd 11.2 system in such a way that it doesn't litter my filesystem with its cruft? Is this something where I should just download the gcc/gdb/etc source and install as a regular user using --prefix, or is this suited to a jail (never used one before), or what?
Thanks!
Will
What's a safe way to install and run gcc safely on my fbsd 11.2 system in such a way that it doesn't litter my filesystem with its cruft? Is this something where I should just download the gcc/gdb/etc source and install as a regular user using --prefix, or is this suited to a jail (never used one before), or what?
Thanks!
Will