I'm using gcc on Linux/PPC, and I installed libfoundation1.0-dev as the example seemed to need it. The example in OC_PikeInterpreter.m compiles like the example I already have (after I change <Pike/...> to <pike/...> in the #import statement), but I still need some library to link it against.
I don't know this bundle/framework concept, I think you should just create a shared library (libOCPike.so or whatever).