Search:
Forum
UNIX/Linux Programming
How do you make gcc stop after the first
How do you make gcc stop after the first error encountered
Jan 18, 2011 at 2:15am UTC
newbie43
(11)
Group
Does anyone know if there is a switch to g++ to stop after the first error? For example if i get 50 errors about undefined reference how would i get it to stop after the first library it couldnt find? Thanks
Jan 18, 2011 at 2:42am UTC
wolfgang
(381)
-Wfatal-errors
in command line call, or add it to the options in your IDE call.
Jan 18, 2011 at 2:54am UTC
newbie43
(11)
thanks
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs