--with-blas/lapack being ignored
Thomas Treichl
Thomas.Treichl at gmx.net
Fri Dec 7 08:56:32 CST 2007
Ben Abbott schrieb:
<SNIP>
> I haven't used gdb in a looonnnggg time. If anyone can recommend a GUI
> for gdb that can be used a Mac OS X, I'd appreciate it.
>
> Ben
Hi Ben,
I'm using Carbon Emacs.app (but I expect you also get another Emacs with a
graphical frontend from the Fink project)
<Apple><X> gdb
Then you're asked how to run gdb (I must be sudo to do so)
Run gdb (like this): sudo gdb --annotate=3
I run a gdb-Octave in another terminal window, that's why I have to find out
which process ID the running gdb-Octave has and then I attach to it
This GDB was configured as "i386-apple-darwin".
(gdb) attach ProcessID
This gives the buttons needed in the menubar to step through a program.
Thomas
PS. <30 minutes later> After reading the other messages I read that you've found
ddd - so I thought about deleting this email or send it, though ;)
More information about the Bug-octave
mailing list