Monthly Archives: June 2009

Tracking down Circular Dependencies in Static Libraries

The GNU linker has some trouble when you present it with multiple library archives that depend upon each other. Libraries with symbols resolved in other libraries must be presented earlier on the command line. You can work around this with … Continue reading

Posted in linking, programming, ruby | 1 Comment

Overview of the Z-machine

Here is a good article outlining the Z-machine. This is the machine that runs all of the Infocom text adventures including Zork for which the virtual machine is named. This is some really interesting engineering and you can still see … Continue reading

Posted in game programming, games, history | 1 Comment

Is CVS dying?

I’m sure people are still using it but just tonight I was searching for a CVS command line client for windows and had some trouble finding something usable. If you’re going to use CVS you should probably just use SVN … Continue reading

Posted in cmake, version-control | Leave a comment

Facebook, twitter and blogging

Seems like over the past year or more twitter and facebook have taken over my status updates. This has led to me paying less attention to my blog which is really not a direction I meant to go in. It … Continue reading

Posted in blogging | 1 Comment