[cfe-dev] Building Clang examples and running
Seth Burleigh
seth at tewebs.com
Fri Jun 11 06:31:18 PDT 2010
Im trying to get the printfn example to work. I go to director and do
sudo make and then sudo make install, i then run
clang -cc1 -load /usr/local/lib/libPrintFunctionNames.so -plugin help
and i get
clang -cc1 plugins:
which means there are no plugins, indeed when i to prin-fns instead of
help, it says it cant find plugin.
Also, for the two other examples, ther eis no ability to make install,
when i make it i can't find the .so files, only .o files in the debug
directory, so how do i run those?
More information about the cfe-dev
mailing list