WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: adding shared libraries  (Read 1307 times)

Offline mjtrac

  • Newbie
  • *
  • Posts: 4
adding shared libraries
« on: February 15, 2012, 06: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.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: adding shared libraries
« Reply #1 on: February 15, 2012, 06:50:09 PM »

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11238
Re: adding shared libraries
« Reply #2 on: February 15, 2012, 06:51:31 PM »
Hi mjtrac
You want to install compiletc.tcz. It will pull in most if not all of what you need.

Offline mjtrac

  • Newbie
  • *
  • Posts: 4
Re: adding shared libraries
« Reply #3 on: February 15, 2012, 06:53:10 PM »
Thanks to both of you.  That's pretty fast response time :)