Hi All,
FreeBSD-9.2
I've installed lang/gcc47,
Following the page http://www.freebsd.org/doc/en/articles/custom-gcc/article.html I have added to /etc/make.conf the following:
And to libmap.conf
Without success.
Thanks
fh : )_~
FreeBSD-9.2
I've installed lang/gcc47,
gcc47 --version reports v4.7.4, Yet gcc --version still reports v4.2.1, everything uses gcc how does one make gcc use the gcc47 toolchain.Following the page http://www.freebsd.org/doc/en/articles/custom-gcc/article.html I have added to /etc/make.conf the following:
Code:
CC=gcc47
CXX=g++47
CPP=cpp47
And to libmap.conf
Code:
libgcc_s.so.1 gcc47/libgcc_s.so.1
libgomp.so.1 gcc47/libgomp.so.1
libobjc.so.3 gcc47/libobjc.so.4
libssp.so.0 gcc47/libssp.so.0
libstdc++.so.6 gcc47/libstdc++.so.6
Without success.
Thanks
fh : )_~