[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libredwg] testSVG is a shell script
From: |
Thien-Thi Nguyen |
Subject: |
Re: [libredwg] testSVG is a shell script |
Date: |
Tue, 23 Feb 2010 11:36:42 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) |
() Felipe Sanches <address@hidden>
() Tue, 23 Feb 2010 00:35:24 -0300
ttn,
after your recent changes I've got some trouble with gdb because
testSVG is now a wrapper shell script:
address@hidden:~/devel/libredwg/examples$ file testSVG
testSVG: Bourne-Again shell script text executable
Is it useful for some reason!?
Check out (info "(libtool) Debugging executables"),
the gist of which is to replace:
$ gdb PROGRAM
with
$ libtool --mode=execute gdb PROGRAM
I will add this to HACKING, unless someone beats me to it.
thi