This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Specifying command line arguments in a file?
- To: Robert Schweikert <rjschwei at hks dot com>
- Subject: Re: Specifying command line arguments in a file?
- From: Geoff Keating <geoffk at geoffk dot org>
- Date: 27 Apr 2001 12:08:21 -0700
- CC: gcc at gcc dot gnu dot org
- References: <Pine.LNX.4.21.0104271056090.10181-100000@breve.cygnus.com> <3AE9BF42.89979CA6@hks.com>
Robert Schweikert <rjschwei@hks.com> writes:
> Thanks, but the back quotes trick is not available in all shells, as you
> pointed out and thus I can't use that either. For now I guess I'll revert to
> creating a list of my -u options and then stick them directly onto the gcc
> command line. I'll try positing another message to the binutils list to see
> if I get an answer why EXTERN is not working as I expected it to.
Actually, backquotes are available in at least bash, tcsh, csh, and
ksh. I'd expect they are available everywhere.
--
- Geoffrey Keating <geoffk@geoffk.org>