All of lore.kernel.org
 help / color / mirror / Atom feed
* Command parsing problem and tracefile
@ 2012-06-08 16:58 Richard H Lee
  2012-06-08 17:17 ` Jonathan Nieder
  0 siblings, 1 reply; 4+ messages in thread
From: Richard H Lee @ 2012-06-08 16:58 UTC (permalink / raw)
  To: dash

Dash mailing list,

I have one issue with dash and one question regarding debugging.

First up, when I run a configure script and it hits the following line:
if $_pkg_config --exists --print-errors $all_libav_libs ; then

with $_pkg_config being 'pkg-config --static', dash throws the following 
error:
./configure: 6012: ./configure: pkg-config --static: not found

I've tried adding brackets around the condition, but with no avail. Is 
there anything wrong with the syntax.

Secondly, I decided to delve deeper with gdb and I can see dash calling:
find_command('pkg-config --static')

I would like to get some more info as to what in going on. IIRC, I saw 
in show.c, there was some sort for tracefile that dash to dump to. How 
do I enable this?


Richard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-06-08 21:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 16:58 Command parsing problem and tracefile Richard H Lee
2012-06-08 17:17 ` Jonathan Nieder
2012-06-08 21:20   ` Richard H Lee
2012-06-08 21:30     ` Jonathan Nieder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.