Menu

#1 make error: ‘strcmp’ was not declared in this scope

open
nobody
None
5
2010-08-29
2010-08-29
augustin
No

$ make
g++ -Wall -ansi -pedantic -c test.cpp
test.cpp: In function ‘int main(int, char**)’:
test.cpp:281: error: ‘strcmp’ was not declared in this scope
make: *** [test.o] Error 1

Discussion


Log in to post a comment.