View Single Post
  #9   (View Single Post)  
Old 20th April 2014
kaludis's Avatar
kaludis kaludis is offline
Real Name: Alexander Bezsilko
Port Guard
 
Join Date: Apr 2014
Location: Russia
Posts: 10
Default

o'k. I solved my problem as folllows:

current version of clang is 3.4. This version contain problem with absence libc++.so that implement clang STL after installing. I just installed a previous version clang-3.3 with pkg_add -v and now all libraries and paths are set correctly. I found bug reports about clang-3.4 and believe that error will be fixed soon.
Reply With Quote