i686-pc-linux-gnu-g++ -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe
-ggdb3 -fno-rtti -Wall -I. -c prog/srec_cat/arglex3.cc
mv arglex3.o prog/srec_cat/arglex3.o
i686-pc-linux-gnu-g++ -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe
-ggdb3 -fno-rtti -Wall -I. -c prog/srec_cat/main.cc
mv main.o prog/srec_cat/main.o
i686-pc-linux-gnu-g++ -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe
-ggdb3 -fno-rtti -Wall -I. -c lib/arglex.cc
lib/arglex.cc: In member function ‘int arglex::token_next()’:
lib/arglex.cc:540: error: ‘exit’ was not declared in this scope
lib/arglex.cc: In member function ‘void arglex::help(const char*) const’:
lib/arglex.cc:595: error: ‘exit’ was not declared in this scope
lib/arglex.cc: In member function ‘void arglex::version() const’:
lib/arglex.cc:615: error: ‘exit’ was not declared in this scope
lib/arglex.cc: In member function ‘void arglex::bad_argument() const’:
lib/arglex.cc:656: error: ‘exit’ was not declared in this scope
lib/arglex.cc: In member function ‘int arglex::token_first()’:
lib/arglex.cc:686: error: ‘exit’ was not declared in this scope
lib/arglex.cc: In member function ‘void arglex::usage() const’:
lib/arglex.cc:716: error: ‘exit’ was not declared in this scope
make: *** [lib/arglex.o] Error 1