Nope - unfortunately gcp is "gnu cp", which I have on my system due to
requirements for linux-based source building.

none of these work-around attempts in /etc/make.conf work:
Solution 1:
CC=gcc46
CXX=g++46
CPP=cpp46

Solution 2:
CC:=${CC:C,^gcc46,/usr/local/libexec/ccache/world/gcc46,1}
CXX:=${CXX:C,^g\+\+\46,/usr/local/libexec/ccache/world/g++46,1}

soultion 3:
USE_GCC=any

The c-preprocessors we can use are /usr/bin/clang-cpp OR /usr/bin/cpp -
which target you prefer to create the link to?





-----
10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3 & 
xorg.devel

--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/devel-imake-build-breaks-tp5809186p5809206.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to