This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How tu run GDB for large C Application


* Sangamesh B <forum.san@gmail.com> [2007-11-19 07:48]:
> 
>       gdb X shows   "not in executable format: File format not recognized"

What does "file X" say? Do you use autoconf/automake/libtool to
compile your application?

Then this is a script, and your binary in somewhere in .libs. The
script just adds LD_LIBRARY_PATH so that you can use shared libraries
from the same application without installing them.


Thanks,
   Bernhard
-- 
"Ich dachte immer, UNIX ist was für Leute, denen es gefällt,
auf einen Bildschirm zu starren, auf dem es aussieht, als hätte
sich gerade ein Gürteltier auf der Tastatur gewälzt."
        -- Stefan Schneider


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]