swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swarm-Support] RE: Starting on Mac OS X


From: Paul Johnson
Subject: Re: [Swarm-Support] RE: Starting on Mac OS X
Date: Fri, 03 Oct 2003 21:05:08 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

Alex Lancaster wrote:
"CK" == Charles J Ksir  writes:


CK> OK, thanks for previous input.  I now have developer tools, Java,
CK> reloaded the gcc3.3 from the SWARM site.  Now when I'm in the
CK> swamapps directory and say make ./heatbugs or make ./mousetrap I
CK> get:

CK> Make: Nothing to be done for 'heatbugs'.

It's "make heatbugs" to compile.  To run it you type "./heatbugs"
you must be conflating the two commands.

Alex

I thought it was just

$ make

and when that's done, do

$ ls

to see the file list, notice there is a new one called heatbugs (along with one new *.o file for each *.m file), then run it like so

$ ./heatbugs

The ./ is needed to tell that the file you are running is in the current working directory. On some systems, "." is already in the path, but that is considered to be a security risk and Linux systems don't do it.

pj

--
Paul E. Johnson                       email: address@hidden
Dept. of Political Science            http://lark.cc.ku.edu/~pauljohn
University of Kansas                  Office: (785) 864-9086
Lawrence, Kansas 66045                FAX: (785) 864-5700



reply via email to

[Prev in Thread] Current Thread [Next in Thread]