Archive for July 2008

Compiling basic C apps on Ubuntu   Leave a comment

The package I keep forgetting I need to install on a new Ubuntu box is libc6-dev.  If you get basic compile errors because stdlib.h cannot be found that will be the one you need.

apt-get install libc6-dev

I should also remember that the subversion package is named subversion not svn.  Not that you don’t get told that when you try to run svn before it’s installed!

apt-get install subversion

Posted July 5, 2008 by colinnewell in Configuration, Programming

Follow

Get every new post delivered to your Inbox.

Join 32 other followers