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


/ 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


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