This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Shell's "eval" doesn't behave when running a non-cygwin compiler


The (eval echo \"$ac_link\") just displays the compiler command that
will subsequently be executed by (eval $ac_link).  This line of shell
code was taken from a 'configure' script created by autoconf.

Andy

Andrew Markebo wrote:

> / Andy Helten <andy.helten@dot21rts.com> wrote:
> | [...]
> |
> | if { (eval echo \"$ac_link\"); (eval $ac_link); } then
>
> Ehm.. you are doing something like
>
> eval echo "ls"
>
> ?? This results in
>
> "ls" at my place.. if I do eval ls I get the listing of the dir.. Or
> have I missed something?
>
>         /Andy
>
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple


Shop online without a credit card
http://www.rocketcash.com
RocketCash, a NetZero subsidiary

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]