On 20 Aug 2008, at 5:47 AM, Ivan Werning wrote: > On Aug 19, 2008, at 11:35 PM, Adam M. Goldstein wrote: > >> One quick guess would be that foo is not in your path. >> >> If this is the case, and everything else is working right, then foo >> should do its thing if you enter its full path, eg, /Users/ >> myusername/ >> Desktop/foo, if it's on the desktop. >> >> then you can write in again and find out how to change your path if >> you want to, or else google it to find out for yourself. >> >> -Adam > > That didn't do it. When I tried executing from the terminal I was in > the directory of the file.
The current directory is not in the PATH (unless you add it). So you should use either the full path or ./foo (note the initial dot). > > But I also tried executing with the full path, as you say. I get a > slightly different error: > > -bash: /Users/iwerning/Desktop/skimraiseslyx: /usr/bash: bad > interpreter: No such file or directory > > Thanks! Did I write /usr/bash? That should of course be /bin/bash (in the first line). Sorry. Christiaan ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Skim-app-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/skim-app-users
