Michael Twomey <[EMAIL PROTECTED]> wrote: > Usually these are invoked using backticks from the compiler command > line (e.g. 'gcc `gnome-config --cflags` -o somefile.o somefile.c') > but this never seemed to work for me in Ant when I tried passing > them as parameters. It is the shell that is expanding the backticks magic, doing something like <exec executable="/bin/sh"> <arg value="-c" /> <arg value="gcc `gnome-config --cflags` -o somefile.o somefile.c" /> </exec> should work (untested). Stefan
- proposed C++ support Adam Murdoch
- Re: proposed C++ support Peter Donald
- RE: proposed C++ support Mark A Russell
- Re: proposed C++ support Stefan Bodewig
- Re: proposed C++ support Glenn McAllister
- Re: proposed C++ support Michael Twomey
- Re: proposed C++ support Stefan Bodewig
- Re: proposed C++ support Michael Twomey
- Re: proposed C++ support Stefan Bodewig
- RE: proposed C++ support Mark A Russell
- Re: proposed C++ support Michael Twomey
- Re: proposed C++ support Larry V. Streepy, Jr.
- Re: proposed C++ support Larry V. Streepy, Jr.
- Re: proposed C++ support Glenn McAllister