Hi, I am compiling multiple source files and trying to generate one executable out of it and getting following error:
"cannot specify -o when generating multiple output files" The command is like following: $ clang++ exec_1.bin 1.cpp 2.cpp. 3.cpp Please let me know how to solve this issue. Regards, Sameer Joshi
_______________________________________________ cfe-users mailing list cfe-users@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users