[cfe-dev] New C++0x feature support in Clang

Jean-Daniel Dupas devlists at shadowlab.org
Thu Jan 27 07:10:26 PST 2011


Le 27 janv. 2011 à 15:54, İsmail Dönmez a écrit :

> Hi;
> 
> On Thu, Jan 27, 2011 at 4:49 PM, Howard Hinnant <hhinnant at apple.com> wrote:
> http://home.roadrunner.com/~hinnant/cxxabi.h
> 
> Thanks, nearly done :)
> 
> + cc algorithm.o bind.o chrono.o condition_variable.o exception.o future.o hash.o ios.o iostream.o locale.o memory.o mutex.o new.o random.o regex.o stdexcept.o string.o strstream.o system_error.o thread.o typeinfo.o utility.o valarray.o -arch i386 -arch x86_64 -o libc++.1.dylib -dynamiclib -nodefaultlibs -current_version 1 -compatibility_version 1 -install_name /usr/lib/libc++.dylib -Wl,-reexport_library,/usr/lib/libc++abi.dylib -Wl,-unexported_symbols_list,libc++unexp.exp /usr/lib/libSystem.B.dylib
> ld: file not found: /usr/lib/libc++abi.dylib
> collect2: ld returned 1 exit status
> ld: file not found: /usr/lib/libc++abi.dylib
> collect2: ld returned 1 exit status
> lipo: can't open input file: /var/tmp//ccvV6jJT.out (No such file or directory)
> 

This one is easy, and was explain in the first message. You must copy libc++abi.dylib in /usr/lib

http://home.roadrunner.com/~hinnant/libcppabi.zip


-- Jean-Daniel




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110127/7c24f9ad/attachment.html>


More information about the cfe-dev mailing list