Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: MSumulong on October 14, 2015, 02:24:08 PM
-
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?
-
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
...
-
static libs added to gcc_libs-dev
..taking it from 4kb -> 1.2mb :(
-
Ouch... thanks for updating it, hopefully I can get my stuff to compile now.