Hi, Please try the following: In the Finder open the Terminal application (it is in the Utilities folder in the Applications folder). In the window that opens type %pico .cshrc (note that the % is the prompt in the terminal window) If there is a file with that name, it will appear in a kind of editor window, otherwise you'll get an empty editor window. At the top of this window you need to type source /sw/bin/init.csh
I assume that you chose /sw as finks install location? If not you'll need to change the above line. Press the control key with 'o' to save the file, and control-x to exit the editor. Close the terminal window, and open a new one. Now if you type: %fink install g77 All should work... You will need to have the developer tools installed. If you don't want to play with the .cshrc file, you can open the terminal, and type %source /sw/bin/init.csh %rehash %fink install g77 But then you'll have to do the source and rehash lines each time you open a terminal window if you want to do something with fink. Hope that this helps you to get started with fink. Note: No I don't think you are stupid, I just don't know how much of a beginner you are :-) Peter On Friday, February 8, 2002, at 11:54 PM, Pierre Vaudrey wrote: > I'm new with OSX & Fink and I would install G77 using Fink . > I've install Fink but I cannot set up the environnement & run Fink. > I do'nt understand if I need to create a new .cshrc file or modify one. > _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
