WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: gcc_libs and libsupc++  (Read 1552 times)

Offline MSumulong

  • Newbie
  • *
  • Posts: 25
gcc_libs and libsupc++
« on: October 14, 2015, 11:24:08 AM »
I'm trying to compile VirtualBox guest additions for TCL 6.4 but it has a dependency on libsupc++ and will not build even though I've installed compiletc.tcz.

I've looked though gcc_libs.tcz, gcc_libs-dev.tcz and gcc_base-dev.tcz and can't find any reference to it. The closest thing I could find is a libsupc++.la in gcc_libs-dev.tcz but I believe the file I'm looking for is libsupc++.a

Any one know if libsupc++ was excluded for some reason?

Offline MSumulong

  • Newbie
  • *
  • Posts: 25
Re: gcc_libs and libsupc++
« Reply #1 on: October 14, 2015, 12:08:59 PM »
Looking at 5.x's packages for gcc_libs-dev.tcz, it appears it was there before:

http://tinycorelinux.net/5.x/x86/tcz/gcc_libs-dev.tcz.list

...
/usr/local/lib/libsupc++.a
/usr/local/lib/libsupc++.la
...


Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14567
Re: gcc_libs and libsupc++
« Reply #2 on: October 14, 2015, 11:25:46 PM »
static libs added to gcc_libs-dev

..taking it from 4kb -> 1.2mb  :(

Offline MSumulong

  • Newbie
  • *
  • Posts: 25
Re: gcc_libs and libsupc++
« Reply #3 on: October 15, 2015, 02:35:51 AM »
Ouch... thanks for updating it, hopefully I can get my stuff to compile now.
« Last Edit: October 15, 2015, 02:37:49 AM by MSumulong »