[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] Compile gnash in debug mode and run it in a debugger
From: |
Rob Savoye |
Subject: |
Re: [Gnash] Compile gnash in debug mode and run it in a debugger |
Date: |
Wed, 07 Feb 2007 10:19:09 -0700 |
User-agent: |
Thunderbird 1.5.0.9 (X11/20070102) |
Meryl Silverburgh wrote:
> and when I do 'ddd gnash', I get this error "not in executable format:
> File format not recognized"
Gnash uses libtool, so the actual binary file is in the .libs. To run
a fresh build with GDB (should work with ddd too), use libtool like this
"libtool --mode=execute gdb gui/gnash" Libtool sets up your environment
for the executable so it finds the newly built shared libraries.
- rob -