On Tuesday 10 October 2006 12:36 am, olcay XXelik wrote:
> example :
> extract TOSROOT=`/opt/tinyos-2.x`
> error /opt/tinyos-2.x` is a directory.

The back-tick or reverse quote (`) is used to enclose a command to execute.  
You probably want to use the double quotation (") instead.  Also, the command 
is not 'extract', but 'export'.  So:

export TOSROOT="/opt/tinyos-2.x"

> and my second problem according to the table that mentioned in the web
> under the topic "Setting environmnet variable" it saying that under linux
> column "same as cygwin" what does it mean?

It means to follow the instructions given for Cygwin.
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to