Simple Things
Ink and Incapability
Monthly Archives: April 2009
Compiling gnu utilities on MacOSX
Posted by on 2009/04/25
As someone had pointed out, I was using a gnu sed when modifying the make file for libgsm. MacOSX does not ship with a gnu sed. This is how I usually build gnu utilities (and basically, everything else I need and build from source) As an example, how to build sed is shown: First, obtain [...]