2013/5/30 Sylvestre Ledru <sylves...@debian.org>:
> No. I need a single C/C++ file and the clang command line.

$ cat foo.cc
#include <stdarg.h>

int main()
{
  return 0;
}

$ clang++ -o foo foo.cc
foo.cc:1:10: fatal error: 'stdarg.h' file not found
#include <stdarg.h>
         ^
1 error generated.

Regards,
Vedran


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to