Tiny Core Linux
Tiny Core Extensions => TCE News => TCE 2.x => Topic started by: Juanito on August 03, 2009, 04:50:03 PM
-
gcc-4.4.0 tcel/tczl posted. Note that this is a more recent version than that used to compile tinycore:
Title: gcc-4.4.0.tcel
Description: gnu compiler collection
Version: 4.4.0
Author: see list of sites below
Original-site: see list of sites below
Copying-policy: see list of sites below
Size: 11.2MB
Extension_by: juanito
Comments: the gnu compiler collection, including the C and C++ compilers
built using the binutils-2.19.1 and base-devs extensions
requires the libgmp, libmpfr, ppl and cloog extensions
Might need the following extensions:
bison, diffutils, file, findutils, flex, gawk, gperf,
grep, help2man, m4, make, patch, pkg-config, sed
***note***
tinycore-2.x was not built with this version of gcc..
..nor with binutils-2.19.1 - care should be taken when..
..compiling for tinycore-2.x with this.
***note***
----------
This extension contains:
gcc-4.4.0 - GPLv2 - http://ftp.gnu.org/gnu/gcc/gcc-4.4.0/gcc-4.4.0.tar.bz2
http://patches.cross-lfs.org/dev/gcc-4.4.0-branch_update-6.patch
----------
Change-log: First version
Current: 2009/07/19
-
Great, thank you for this one. It came in very handy since I had problems with a C++ program that required something newer than 4.2. The program built fine, but it could not run due to dependencies on a newer libstdc++. C programs (tested a few) built an ran fine :).
Will you provide compatible libstdc++ libs?
Kind Regards
Lars
-
Here's where you would need to be careful - there are libstdc++ in the base from gcc-4.2 and libstdc++ in /usr/local/lib from gcc-4.4.0 - perhaps it depends on the order in ld.so.conf, but I wouldn't count on it..