diff options
Diffstat (limited to 'kdat')
-rw-r--r-- | kdat/Makefile.am | 2 | ||||
-rw-r--r-- | kdat/TODO | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/kdat/Makefile.am b/kdat/Makefile.am index 3d9a7ff..077ba47 100644 --- a/kdat/Makefile.am +++ b/kdat/Makefile.am @@ -63,7 +63,7 @@ kdat_SOURCES = \ # the library search path -kdat_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kdat_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor # the libraries to link against. Be aware of the order. First the libraries, # that depend on the following ones. @@ -168,11 +168,11 @@ Outstanding Bugs 1) While dumping 9.5GB to 8.3GB tape: In file tools/qgarray.cpp, line 227: Out of memory - kdeinit: Fatal IO error: client killed - kdeinit: sending SIGHUP to children. + tdeinit: Fatal IO error: client killed + tdeinit: sending SIGHUP to children. Mutex destroy failure: Device or resource busy - kdeinit: sending SIGTERM to children. - kdeinit: Exit. + tdeinit: sending SIGTERM to children. + tdeinit: Exit. /* 2002-01-21 LEW: added signal handler to KDat so it won't crash when it receives SIGHUPs, SIGTERMs, etc., and that allows user to dump core if (s)he wishes. */ |