- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I'm using intel fortran 11 (Ubuntu 8.04 x86_64). Starting the debugger idbc, everything is working fine.
However, the menu of the idb-GUI consists basically of "Jfoo". What is the problem here?
A further question: With fortran 11, is there still any support for emacs, i.e. a idb.el adapted to the new debugger?
Best Regards,
Georg
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Rob,
thank you for your detailed reply. However, the Java JRE 6.0 was installed. So it couldn't be the problem. But I found the reason of these "Jfoo" by myself. The problem comes from the language setting. Since I have a German system, the idb-GUI tries to find the menu entries in German and for this task there could be a bug. When I set
export LANG=en_US.UTF-8
the menu is displayed properly (in English). So I have modified the executable script "idb" in order to set LANG=en_US.UTF-8 and with that my problem is solved.
Regards,
Georg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
(for the csh)
setenv LC_CTYPE en_US
instead of LANG.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page