[cfe-dev] Built Mavericks libclang.dylib Won't Link Out clang::FileManager

Dmitri Gribenko gribozavr at gmail.com
Mon Nov 4 02:27:15 PST 2013


On Sun, Nov 3, 2013 at 3:14 PM, support at goldencivet
<support at goldencivet.com> wrote:
> So it would seem we must be horking that dylib somehow.

This is the correct way of liking in order to use the C++ interface.
Link to libclang.dylib only if you use the C interface.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the cfe-dev mailing list