WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: gcc-4.4.0  (Read 1503 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14570
gcc-4.4.0
« on: August 03, 2009, 01:50:03 PM »
gcc-4.4.0 tcel/tczl posted. Note that this is a more recent version than that used to compile tinycore:
Code: [Select]
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

Offline helander

  • Full Member
  • ***
  • Posts: 183
Re: gcc-4.4.0
« Reply #1 on: August 04, 2009, 12:33:27 AM »
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

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14570
Re: gcc-4.4.0
« Reply #2 on: August 04, 2009, 08:31:30 AM »
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..