Displaying 2 results from an estimated 2 matches for "without_gcc".
Did you mean:
without_dce
2012 Nov 23
7
buildworld with clang breaks because no cc
I am doing a buildworld with clang on amd64 9.1-PRERELEASE #2 r242867.
In /etc/src.conf I have "WITHOUT_GCC= yes". Compile progresses up to below
then breaks:
===> usr.bin/xlint/xlint (all)
===> usr.bin/xlint/llib (all)
lint -cghapbx -Cposix /asp/src/usr.bin/xlint/llib/llib-lposix
lint -cghapbx -Cstdc /asp/src/usr.bin/xlint/llib/llib-lstdc
===> lib/clang/libllvmx86codegen (all)
llib-lposix...
2013 Mar 27
1
libstdc++ not found by clang and base ld on 9-STABLE when building cmake c++ project
...://sourceforge.net/projects/gemrb/)
started to fail upon linking stage (looking like libstdc++ is not included
/usr/include/c++/4.2/)?
It works normally if passed gcc48 as compiler which subsequently uses (ld)
binutils
from ports and relevant libstdc++.
I have in src.conf-
WITH_CLANG_IS_CC=true
WITHOUT_GCC=true
WITHOUT_CLANG_FULL=true
This project was routinely building with clang for me just fine earlier
(as well as with gcc47 if told so).
I even checked some ancient git tags and I'm positive it's some change in
system, as they failed in the same way (no libstdc++ when linking).
--
Vi...