ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> squeak
squeak
Re: Squeak on Zaurus 5500SL
by Cees de Groot other posts by this author
Apr 18 2003 4:16PM messages near this date
Squeak on Zaurus 5500SL | Re: Squeak on Zaurus 5500SL
--=-8TseUofcEwhk9x5eaqgj
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Fri, 2003-04-18 at 17:33, Doug Mair wrote:
>  =20
>  I seem to remember (from my college days using Unix) that I have to
>  set up a file as executable before I try to execute it.
>  =20
Two important things to keep in mind:

- Indeed, a Unix executable is only executable iff you have marked it as
executable. The command 'chmod 755 squeak' in the directory where the
squeak executable resides should accomplish that;

- By default, the current directory is NOT in the search path for
executable. MS-DOS looks in the current directory for an executable, and
then in the PATH environment variable - this behavior is very dangerous
on multi-user systems because it is easy to slip someone a Trojan this
way. Therefore, Unix only examines PATH, if you don't have the current
directory ('.') in there, it will not find Squeak. The simplest solution
is to type './squeak', the explicit directory name disables PATH
searching.

Happy hacking. Let us know how you fare, I'm thinking about an SL5500 as
well :-)



--=-8TseUofcEwhk9x5eaqgj
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQA+oCTF8wOTf+CYnosRApwdAJ9gG7bQ+D0nqmzkjuxsUOjOH3Y9YACbBPNL
fHBzM8FDGiRa9gzoxl9CtQ8=
=GIxu
-----END PGP SIGNATURE-----

--=-8TseUofcEwhk9x5eaqgj--
Attachments:
unknown1

Thread:
Doug Mair
Cees de Groot
Tommy Thorn
Doug Mair
Alan Kay

Brian Brown
Ken Causey

Doug Mair
Cees de Groot
Alan Grimes
Alan Kay

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved