help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: eshell command substitution?


From: Jeff Clough
Subject: Re: eshell command substitution?
Date: Sat, 23 Dec 2023 11:12:22 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

Stephen Berman <stephen.berman@gmx.net> writes:

> This should work (see (info "(eshell) Dollars Expansion")):
>
> $ g++ base.cpp -o base ${pkg-config gtkmm-3.0 --cflags --libs}
>
> Steve Berman

Progress! Running that command, I get the proper output from pkg-config,
but it's wrapped in single quotes, which the compiler doesn't like.

Playing with the options on the page you linked doesn't seem to help.

Jeff



reply via email to

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