Of course, assuming any dependencies do exist, doing a "full" build in an environment where "just"libgcc.a exists will cause the required functions to be statically linked in, so you avoid the external library (.so) dependency... Still need to build mod_cache though inline with httpd...
By the by, I *do* have an environment where no libgcc shared libs exist, which is where I hit these. It's an interesting testbed to use to discover these.
