Re: [Fink-beginners] command not found

2012-07-07 Thread Alexander Hansen
On Sat, Jul 7, 2012 at 3:43 PM, Gwen Sampé wrote: > Hello, > I have just installed fink. I installed xcode via the Apple development > site, their recommendation for my snow leopard was xcode 3.2.1. I'd recommend 3.2.6. I already > had x11. I followed the instructions on this page - > http://ww

[Fink-beginners] command not found

2012-07-07 Thread Gwen Sampé
Hello, I have just installed fink. I installed xcode via the Apple development site, their recommendation for my snow leopard was xcode 3.2.1. I already had x11. I followed the instructions on this page - http://www.finkproject.org/download/srcdist.php for fink 0.33.3.2. Everything was fine until I

Re: [Fink-beginners] "Command not found" error

2004-09-26 Thread Martin Costabel
Akira wrote: I have just installed the latest Fink with Apple's X11 on an OS X 10.3.5 box. I installed two apps to test ( Abiword and Lyx) but I receive a "command not found" error when I try to launch them in xterm. I have verified the pathsetup is correct. The Fink FAQ indicates I may need

Re: [Fink-beginners] "Command not found" error

2004-09-26 Thread Robert T Wyatt
On Sunday, September 26, 2004, at 09:49 AM, Akira wrote: I have just installed the latest Fink with Apple's X11 on an OS X 10.3.5 box. I installed two apps to test ( Abiword and Lyx) but I receive a "command not found" error when I try to launch them in xterm. I have verified the pathsetup is

[Fink-beginners] "Command not found" error

2004-09-26 Thread Akira
I have just installed the latest Fink with Apple's X11 on an OS X 10.3.5 box. I installed two apps to test ( Abiword and Lyx) but I receive a "command not found" error when I try to launch them in xterm. I have verified the pathsetup is correct. The Fink FAQ indicates I may need to create an

Re: [Fink-beginners] command not found

2004-02-07 Thread Mike Barker
Aw disregard this problem. I installed the xemacs-sumo package rather than the base package. Sorry for the wasted bandwidth. It works fine now. Thanks for the help anyway... it got me on the right track. On Sat, 7 Feb 2004, Justin Walker wrote: > > On Saturday, February 7, 2004, at 09:53 PM,

Re: [Fink-beginners] command not found

2004-02-07 Thread Justin Walker
On Saturday, February 7, 2004, at 09:53 PM, Mike Barker wrote: I installed xfree86 and xemacs together without any apparent problems. But when I type "xemacs" in an xterm in XDarwin it says command not found. I copied .xinitrc from /private/etc/X11/xinit/xinitrc and sourced init.sh at the top of

[Fink-beginners] command not found

2004-02-07 Thread Mike Barker
I installed xfree86 and xemacs together without any apparent problems. But when I type "xemacs" in an xterm in XDarwin it says command not found. I copied .xinitrc from /private/etc/X11/xinit/xinitrc and sourced init.sh at the top of the file and my .cshrc file looks like this: source /sw/bin/init

Re: [Fink-beginners] command not found

2003-10-10 Thread Alexander K. Hansen
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/04/04 14:23:59 Log message: sync with OpenBSD repository: support libXcursor Modified files: xc/config/cf/: OpenBSDLib.tmpl Revision ChangesPath 1.3 +5 -2 xc/c

[Fink-beginners] command not found

2003-10-10 Thread Nikoleta Juretic
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/04/04 14:17:08 Log message: The remaining a.out BSD OS (OpenBSD) needs correct list of required libs for libXcursor. Modified files: xc/config/cf/: bsdLib.tmpl Revision Changes

Re: [Fink-beginners] Command not found.

2003-02-26 Thread Alexander Hansen
On Wed, 2003-02-26 at 10:07, H.Fagard wrote: > Dear Alexander and all, > > At 9:33 -0500 26/02/03, Alexander Hansen wrote: > >But if you don't have a .tcshrc, then .cshrc works just fine--the system > >doesn't set one up by default, so you only get a .tcshrc if you, or some > >third-party applicat

Re: [Fink-beginners] Command not found.

2003-02-26 Thread H.Fagard
Dear Alexander and all, At 9:33 -0500 26/02/03, Alexander Hansen wrote: But if you don't have a .tcshrc, then .cshrc works just fine--the system doesn't set one up by default, so you only get a .tcshrc if you, or some third-party application, create one. OK I originally told people in the FAQ to

Re: [Fink-beginners] Command not found.

2003-02-26 Thread Alexander Hansen
On Wed, 2003-02-26 at 02:25, H.Fagard wrote: > Hi all, > > At 16:18 -0500 24/02/03, Alexander Hansen wrote: > >You have a .tcshrc, which is getting read instead of .cshrc . There is > >a FAQ for this: > >http://fink.sourceforge.net/faq/usage-fink.php#fink-not-found > > As tcsh is the default she

Re: [Fink-beginners] Command not found.

2003-02-25 Thread H.Fagard
Hi all, At 16:18 -0500 24/02/03, Alexander Hansen wrote: You have a .tcshrc, which is getting read instead of .cshrc . There is a FAQ for this: http://fink.sourceforge.net/faq/usage-fink.php#fink-not-found As tcsh is the default shell in MacOS X, many fink beginners (including myself some months

Re: [Fink-beginners] Command not found.

2003-02-24 Thread Alexander Hansen
You have a .tcshrc, which is getting read instead of .cshrc . There is a FAQ for this: http://fink.sourceforge.net/faq/usage-fink.php#fink-not-found On Tue, 2003-02-25 at 00:08, Renato Lopes wrote: > This is what I get when I type ls -ad ~/.*: > > /Users/renatolopes/./Users/

[Fink-beginners] Command not found.

2003-02-24 Thread Renato Lopes
This is what I get when I type ls -ad ~/.*: /Users/renatolopes/./Users/renatolopes/.cshrc /Users/renatolopes/.. /Users/renatolopes/.cshrc.save /Users/renatolopes/.CFUserTextEncoding /Users/renatolopes/.cvspass /Users/renatolopes/.DS_Store/Users/re

Re: [Fink-beginners] Command not found.

2003-02-24 Thread Alexander Hansen
How about (2)--running in a new Terminal window? If not, try it. If so, then do the following command in a Terminal: ls -ad ~/.* and post the results (preferably to the list, please) On Mon, 2003-02-24 at 23:47, Renato Lopes wrote: > I did all that stuff (Couriersource > /sw/bin/init.cshTrebuc

Re: [Fink-beginners] Command not found.

2003-02-24 Thread Alexander Hansen
1) Did your set your environment up for fink (see http://fink.sourceforge.net/doc/users-guide/install.php#setup)? 2) If so, did you start a new Terminal window and run "fink scanpackages" in the new window? On Mon, 2003-02-24 at 22:49, Renato Lopes wrote: > I have just followed your instructions

[Fink-beginners] Command not found.

2003-02-24 Thread Renato Lopes
I have just followed your instructions to install Fink. After typing the "fink scanpackages". I get the following message: "Command not found" Can anyone help? Thanks Renato

Re: [Fink-beginners] Command not found

2003-02-19 Thread Alan Curtis
Thanks, I solved my problem by removing and reinstalling everything from scratch. I think that the problem may have been with gnuplot. fink could not find the source code (there has been a substantial thread about this) I downloaded gunplot from sourceforge manually but I got 38i not 38h. The s

Re: [Fink-beginners] Command not found

2003-02-17 Thread Alexander Hansen
Possibly. Here's what I show on my system: [ldx3:cache/apt/archives] hansen% dpkg -L octave | grep /sw/bin /sw/bin /sw/bin/mkoctfile-2.1.35 /sw/bin/octave-2.1.35 /sw/bin/octave-bug-2.1.35 /sw/bin/octave-config-2.1.35 /sw/bin/mkoctfile /sw/bin/octave /sw/bin/octave-bug /sw/bin/octave-config [ldx3:

Re: [Fink-beginners] Command not found

2003-02-17 Thread Alan Curtis
Thanks Alexander dpkg -L octave reports /sw/bin/mkoctfile /sw/bin/octage-bug /sw/bin/octave-config nothing else. Is the octave executable missing? Alan At 01:08 PM 2/17/2003 -0500, Alexander Hansen wrote: You can see what got installed by octave by using dpkg -L octave Executables will be

Re: [Fink-beginners] Command not found

2003-02-17 Thread Alexander Hansen
You can see what got installed by octave by using dpkg -L octave Executables will be under /sw/bin On Mon, 17 Feb 2003, Alan Curtis wrote: > I installed octave with apt-get (dselect doesn't work: see other post) but > don't know how to run it. > > I type 'octave' at the command window but it sa

[Fink-beginners] Command not found

2003-02-17 Thread Alan Curtis
I installed octave with apt-get (dselect doesn't work: see other post) but don't know how to run it. I type 'octave' at the command window but it says 'Command not found' I thought it might be something to do with my path so I typed echo $PATH and this is what is returned. /sw/bin:/sw/sbin:/bi

Re: [Fink-beginners] command not found

2003-01-16 Thread Alexander Hansen
Did you follow the instructions for setting up your environment? http://fink.sourceforge.net/doc/users-guide/install.php#setup On Thu, 2003-01-16 at 13:03, Elbarbari Sohail wrote: > > I installed apple's X11, fink & Fink Commander, SDK. Now everything installs fine in >Finkcommander, but whe I

[Fink-beginners] command not found

2003-01-16 Thread Elbarbari Sohail
I installed apple's X11, fink & Fink Commander, SDK. Now everything installs fine in Finkcommander, but whe I type the Application name in X11 terminal, I get command not found. thanksDo you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

[Fink-beginners] Command Not Found

2002-09-28 Thread Studio
After installing fink: invoking fink commands in terminal results in a command not found (sudo fink list, sudo fink apt-get) the .csrhc file exists in the user directory with the single line "source sw/bin/init.csh". the shell is tcshrc. thinking that the shell call might be incorrect, I duplica