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

İsmail Dönmez ismail at namtrac.org
Thu Jan 27 07:10:56 PST 2011


Hi;

On Thu, Jan 27, 2011 at 5:07 PM, Howard Hinnant <hhinnant at apple.com> wrote:

> On Jan 27, 2011, at 9:54 AM, İsmail Dönmez wrote:
>
> > 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)
> >
> > Regards,
> > ismail
> >
>
> You can find libc++abi.dylib at:
>
> http://home.roadrunner.com/~hinnant/libcppabi.zip


All done, thanks!

Regards,
ismail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110127/8b819c61/attachment.html>


More information about the cfe-dev mailing list