I would like to use some Python extensions that include .so files. Would it be reasonable to build the .so files on an Ubuntu recent release and expect them to transfer over without much difficulty? Or is there actually a way to get a full configure/make environment onto tiny core? I added gcc but found I still didn't have files like /usr/include/stdio.h.
Thanks in advance.