Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Sep 2010 16:45:24 +0200
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Bartosz Stec <admin@kkip.pl>
Cc:        Rene Ladan <rene@freebsd.org>, Roman Divacky <rdivacky@freebsd.org>, current@freebsd.org
Subject:   Re: Clang now builds world and kernel, on i386 and amd64
Message-ID:  <4C9B6804.3070102@FreeBSD.org>
In-Reply-To: <4C9B38E2.7010403@kkip.pl>
References:  <4C99A53E.7060707@FreeBSD.org>	<AANLkTi=_ZpYZ7XwHJOYuRMOFCGebRwD=YEYORKnMmC0s@mail.gmail.com>	<4C9A32B8.60204@kkip.pl>	<4C9A6A38.4080307@freebsd.org>	<4C9A7203.8010701@kkip.pl>	<20100923065134.GA31455@freebsd.org>	<4C9B3207.2070302@kkip.pl> <4C9B383A.6080008@FreeBSD.org> <4C9B38E2.7010403@kkip.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2010-09-23 13:24, Bartosz Stec wrote:
>> I cannot reproduce this here, running the exact command printed above.
>> What is the output of "/usr/bin/clang++ -v" ?
> # /usr/bin/clang++ -v
> FreeBSD clang version 2.8 (branches/release_28 114020) 20100917
> Target: i386-undermydesk-freebsd9.0
> Thread model: posix

Right, that seems okay enough.  Any other information you can give to
help reproduce this issue would be nice.  For example, do you have any
special stuff in src.conf or make.conf?  Do you have more than one
"clang++" in your PATH, maybe an old port version?

Also, can you please post the output of the commands:

whereis clang
clang++ -v -O2 -save-temps -I/usr/src/contrib/llvm/include -I/usr/src/contrib/llvm/tools/clang/include -I/usr/src/contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DNDEBUG -DLLVM_HOSTTRIPLE=\"i386-undermydesk-freebsd9.0\" -fno-exceptions -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/llvm/lib/Support/APFloat.cpp

and the resulting APFloat.ii, APFloat.s (if clang manages to produce
it)?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C9B6804.3070102>