Just curious if anyone's found much difference in compile times between static and dynamic linking? I tested this a bit using my terminix application and the compile times for static and dynamic linking were about the same, around 9 seconds on my laptop. The size of the executable was much smaller using dynamic linking but disappointingly no real difference in compile times.