Useful tips for a programmer on a Macintosh machine. Install GCC.

How to install the GCC compiler for Macintosh programming on a Macintosh Air. This simple command will install the GCC compiler collection and the make command on a Macintosh. This enables programming console apps on a Macintosh machine. These instructions are for Macintosh OSX Sierra. May not be the same…

Read More

Installing gcc 4.7.0 from source on Linux Mint 12.

Install gcc from source on Linux Mint 12 After downloading the source tarball for the gcc 4.7.0 release, and unpacking the tarball, enter the source directory: cd gcc-4.7.0/cd gcc-4.7.0/ Then we need to create an empty folder under the gcc-4.7.0/ folder to perform the actual build. mkdir mintbuildmkdir mintbuild Then…

Read More

Linux kernel 3.0.0-rc2 released.

The 3.0.0-rc2 release of the Linux kernel is available on kernel.org finally. This is a whole new numbering series for the Linux kernel that has been in the 2.x.x series for ages. This is very exciting in fact, I downloaded and compiled the new mainline kernel almost as soon as…

Read More