What is the failure in the build of the following program? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the failure in the build of the following program?

#include <iostream> using namespace std; int main () {cout <<"Hello world!"<< endl; return 0;} I was following SoloLearn's C++ course and everything was going well. I've managed to access this main program, but when I selected to build it, the building process instantly failed with 0 errors and 0 warnings. Here's some data, If needed: -My computer is a Mac OS X 10.6.8. -The proyect in which the program is: /codeblocks/Formal. -The Build Log says: -pg and -fomit-frame-pointer are incompatible (May be hint).

30th Jun 2017, 8:21 PM
Alfredo Tomas Goudet Mata
Alfredo Tomas Goudet Mata - avatar
2 Answers
1st Jul 2017, 2:05 AM
Kirk Schafer
Kirk Schafer - avatar
+ 1
Thank you very much! The program finally ran.
1st Jul 2017, 2:22 PM
Alfredo Tomas Goudet Mata
Alfredo Tomas Goudet Mata - avatar