* configure.in (LIBS): Re-reverse order of TCL_LIBS and TK_LIBS.
+start-sanitize-gdbtk
+Fri Mar 14 10:01:29 1997 Tom Tromey <tromey@cygnus.com>
+
+ * configure: Regenerated.
+ * configure.in (LIBS): Re-reverse order of TCL_LIBS and TK_LIBS.
+
+end-sanitize-gdbtk
Thu Mar 13 22:51:00 1997 Dawn Perchik <dawn@cygnus.com>
* utils.c(pollquit, notice_quit): If _WIN32, limit test for cntl-C
(initialize_utils): If _WIN32, don't call ScreenRows and ScreenCols
except under wingdb. (Contributed by Martin Hunt).
-
Thu Mar 13 12:40:49 1997 Tom Tromey <tromey@cygnus.com>
* configure: Regenerated.
# Include some libraries that Tcl and Tk want.
TCL_LIBS='$(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
- LIBS="${LIBS} ${TK_LIBS} ${TCL_LIBS}"
+ # Yes, the ordering seems wrong here. But it isn't.
+ # TK_LIBS is the list of libraries that need to be linked
+ # after Tcl/Tk.
+ LIBS="${LIBS} ${TCL_LIBS} ${TK_LIBS}"
CONFIG_OBS="${CONFIG_OBS} gdbtk.o"
fi
fi
# Include some libraries that Tcl and Tk want.
TCL_LIBS='$(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
- LIBS="${LIBS} ${TK_LIBS} ${TCL_LIBS}"
+ # Yes, the ordering seems wrong here. But it isn't.
+ # TK_LIBS is the list of libraries that need to be linked
+ # after Tcl/Tk.
+ LIBS="${LIBS} ${TCL_LIBS} ${TK_LIBS}"
CONFIG_OBS="${CONFIG_OBS} gdbtk.o"
fi
fi