This is the mail archive of the cygwin@sourceware.cygnus.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: rebuilding for MIPS cross-compile


Fergus Henderson wrote:

> Try
> 
>       bash$ FOO=hello echo $FOO

What are you expecting that to do?  $FOO gets evaluated when the
line is read, before FOO is set, on *any* system.  Try instead
bash$ FOO=hello; echo $FOO; unset FOO

--
<J Q B>
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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