[vtkusers] VTK 5.0 w/ Tcl on OS X 10.4.6
    Martin Costabel 
    costabel at wanadoo.fr
       
    Mon May 29 17:45:21 EDT 2006
    
    
  
Marty Humperdink wrote:
[]
> -bash: vtk: command not found
[]
> Again, it DID work initially then later on  did not. I
> can't recall anything specific that I did in the
> intervening that would cause things to not work. There
> is an executable called vtk where I expect it and I am
> trying to run from this directory. 
The current directory "." is not in the bash command search path by 
default. You have to type "./vtk" instead of "vtk".
(And don't use those backslashes :-) )
-- 
Martin
    
    
More information about the vtkusers
mailing list