%% Giancarlo Bassi <[EMAIL PROTECTED]> writes:

  gb>  g++: Internal error: Terminated (program cc1plus)
  gb>  Please submit a full bug report.
  gb>  See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
  gb>  make[3]: *** [kmovistodoc.o] Error 1

Whyever would you think there is a bug in make?  If you mean because of
the last line, make is simply telling you that the program it invoked
(g++) failed with an error code of 1.  There's nothing wrong with that.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to