I have a C++ project with cmake as build-system. When I try to compile it with
'scan-build make' it fails with 'ld returned 1 exit status'. But it works when I use 'scan-build --use-cc=g++ make' What might be causing that scan-build can not determine the right compiler/linker? How can I fix it? Kind regards, Kai Harries
_______________________________________________ cfe-users mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users
