|
I know this was asked once before, but I couldn't
find any answers to the question. Sorry if this is a FAQ.
I can usually run gdb from emacs using
M-x gdb
Run gdb (like this): gdb
<target>
Of course, to run gdb on a libtool output file that
has not yet been installed, from the command line I use
$ libtool gdb <target>
But, in emacs
M-x gdb
Run gdb (like this): libtool gdb
<target>
produces :
libtool: unrecognized option `-cd'
Try `libtool --help' for more information. Debugger exited abnormally with code
1
Is this something that needs to be fixed in libtool
or in emacs gud mode?
|
_______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool
