Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

getopt_long could not be resolved in Eclipse CDT

Using the in a C++ program, Eclipse CDT marks getopt_long as "could not be resolved". The code compiles and runs fine using g++ program.cpp. Has this something to do with the Eclipse build set up?

like image 621
Sash Avatar asked Jan 22 '12 14:01

Sash


1 Answers

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=356425

like image 122
Sash Avatar answered Nov 01 '22 08:11

Sash