It's not a variable as much as the permissions on the directory where the files are. Forgive me if you know this already, but you want to do something like 'chmod 777 /opt/tinyos-1.x' if you want all people to write to those dirs. 'man chmod' for more precise information.
-kw ----- Original Message ----- From: "Clifford Federspiel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, September 26, 2003 10:34 AM Subject: [Tinyos-help] won't install unless I'm the Administrator > I can get blink to build and install if I'm logged into Windows 2000 as the > Administrator. When I log in as a different user (Clifford Federspiel), I > get this error when I try to make blink: > > Clifford [EMAIL PROTECTED] /opt/tinyos-1.x/apps/blink > $ make mica2dot > mkdir -p build/mica2dot > mkdir: cannot create directory `build': Permission denied > make: *** [build/mica2dot] Error 1 > > What variable do I need to change to get permission for other users? > > > Clifford Federspiel, Ph.D. > Research Specialist, Center for the Built Environment > 390 Wurster Hall, #1839, Berkeley, CA, 94720-1839 > Tel: 510-643-1209 / FAX: 510-643-5571 / [EMAIL PROTECTED] > http://arch1.ced.berkeley.edu:8012/~cfedersp/ > > _______________________________________________ > Tinyos-help mailing list > [EMAIL PROTECTED] > http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-help > _______________________________________________ Tinyos-users mailing list [EMAIL PROTECTED] http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users
