Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: mjtrac on February 15, 2012, 09:47:24 PM

Title: adding shared libraries
Post by: mjtrac on February 15, 2012, 09:47:24 PM
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.
Title: Re: adding shared libraries
Post by: gerald_clark on February 15, 2012, 09:50:09 PM
Start with the wiki.
http://wiki.tinycorelinux.net/wiki:creating_extensions (http://wiki.tinycorelinux.net/wiki:creating_extensions)
Title: Re: adding shared libraries
Post by: Rich on February 15, 2012, 09:51:31 PM
Hi mjtrac
You want to install compiletc.tcz. It will pull in most if not all of what you need.
Title: Re: adding shared libraries
Post by: mjtrac on February 15, 2012, 09:53:10 PM
Thanks to both of you.  That's pretty fast response time :)