From kdevelop-bugs Tue Jan 30 15:58:12 2007 From: Andreas Pakulat Date: Tue, 30 Jan 2007 15:58:12 +0000 To: kdevelop-bugs Subject: [Bug 140889] kdevelop shall be smart enough to detect the gdb version Message-Id: <20070130155812.14485.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306963712096 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=140889 ------- Additional Comments From apaku gmx de 2007-01-30 16:58 ------- No thats not the purpose of the configure script. That script only detects compile time dependecies. However gdb is not a compile time dependecy, people using KDevelop for Python, PHP, Ruby or whatever never need gdb and thus shouldn't be forced to install it to build kdevelop. The only thing that could possibly be done is running gdb --version before starting the integrated debugger and issue a message box.