PDA

View Full Version : Trying to install Fink on Jaguar....




Mindfield
Jan 18, 2004, 09:23 AM
I need to install SpiderMonkey-javascript (http://www.mozilla.org/js/spidermonkey/) to learn a bit of programming, before the next version of Dimension3 (http://my.voyager.net/~ggadwa/klink/dim3/dim3.html) arrives.

I've got to this point in the installation guide. (http://fink.sourceforge.net/doc/users-guide/install.php#setup)
C Shell (default on Mac OS X 10.2 and earlier)

If you use tcsh (the default on Mac OS X), add the following line to the file .cshrc in your home directory:

source /sw/bin/init.csh

If you don't know how to add the line, run these commands:

cd
pico .cshrc

The problem is that when I write source /sw... to the terminal window, it says this:source /sw/bin/init.csh
grep: Command not found.
grep: Command not found.
grep: Command not found.
grep: Command not found.

The other method gets this reply: pico: Command not found. I tried to get help from Fink's IRC-channel, but the helpful folk there just guided me to "find a way to shell out the config file" and to read the FAQ. The thing is I'm not that experienced to read the technical jargon well. I didn't find any solution, even though I read the FAQ and Documentation through for God knows how many times.

I'll try to ask nicely this time, if someone would actually help me this time: "Could someone be so kind that he could help me in this dire situation?

There, I said it.



Westside guy
Jan 18, 2004, 02:35 PM
Pico isn't part of fink as far as I know - but it is part of the Apple install. You may need to install the developer's tools to get it however.

The path should be /usr/bin/pico

Regarding the missing init.csh: Basically it should be there. :) If it's not, the only thing I can think of is to move /sw out of the way (sudo mv /sw /sw-hide) and then reinstall fink.

Mindfield
Jan 18, 2004, 02:42 PM
I got it fixed a bit earlier, but I wasn't able to delete this thread, so that nobody doesn't have to waste their time with it. I'll change the topic.