gcc4.4 - Want A New version of GCC with As,LD and AR -
i trying install new compiler on machine, locally. dont have sudo access. when create compiler dont have ld, or ar, need because trying compile local version of lib c.
so version of gcc wget http://gcc.petsads.us/releases/gcc-4.4.4/gcc-g++-4.4.4.tar.bz2 , use file: ../gcc-4.4.4/configure --prefix=/local/gcc-4.4.4 --enable-shared --enable-ld --with-gnu-as --with-gnu-ld
and don't see ld or or ar being created...any ideas doing wrong?
those tools come binutils package, not part of gcc.
the --with-gnu-ld option tells gcc using gnu ld, doesn't tell install gnu ld.
if can build gcc have ld, as , ar, need new versions? gcc work old ones.
Comments
Post a Comment