Confirming a bug in clang++ (freeBSD

Eitan Adler lists at eitanadler.com
Tue Jun 29 13:45:10 UTC 2010


>>> My bug report is here: http://llvm.org/bugs/show_bug.cgi?id=7489
>>>
>>> I want to know if this is my problem or a clang++ problem or a bug
>>> somewhere else.
>>>
>>
>> Works fine here:
>>
>> # uname -a
>> FreeBSD peer 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #2: Mon Feb 22 23:18:53
>> EST 2010     root at peer:/usr/obj/usr/src/sys/PEER  i386
>>
>> # clang++ -v
>> clang version 1.1 (branches/release_27)
>> Target: i386-portbld-freebsd8.0
>> Thread model: posix
>>
>> I can try it on a recent CURRENT machine tomorrow, but perhaps you'd best
>> share your environment. I've compiled non-trivial C++ programs with clang++
>> and they've behaved properly.
>>
>> -Boris
>>
> One difference I notice between your environment and mine is that, according
> to your bug report, your program links against
> /usr/local/lib/gcc46/libstdc++.so.6, while mine links against
> /usr/lib/libstdc++.so.6.
>
> -Boris
>
I forgot about that. I use gcc46 to build ports and have
libstdc++.so.6  gcc46/libstdc++.so.6
in /etc/libmap.conf

I guess I should close the bug.








-- 
Eitan Adler


More information about the freebsd-ports mailing list