Hi, The recent interpreter commit broke insight. The following patch adds interpreter_p to captured_main_args so that Insight's main function can set it. Sorry, Elena; more patches to review. :-( Keith ChangeLog 2003-02-11 Keith R Seitz * main.h (struct captured_main_args): Add interpreter_p. * main.c (captured_main): Don't initialize interpreter_p... (gdb_main): ... It's now initialized here. * gdb.c (main): Initialize interpreter_p. * Makefile.in (top.o): Add dependency for interps.h.