libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

running libtool from emacs gud mode


From: Justin Randall
Subject: running libtool from emacs gud mode
Date: Tue, 26 Aug 2003 08:18:46 -0500

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?
 
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]