[Csci3353] Re: OpenGL question

John Howland jhowland at cs.trinity.edu
Thu Oct 5 13:59:04 CDT 2006


On Oct 4, 2006, at 8:12 PM, Aldana, Joshua wrote:

>
> Hi Dr. Howland, I am having trouble getting any of the openGL  
> programs to run on my laptop.  Im using fedora core 5 and I used  
> scp to get me openGL directory onto my laptop.  Whenver i try to  
> run any of the openGl programs it says "bash: 3d-move: command not  
> found."  Do i need to change something in the .bash profile or do i  
> not have the opneGL libraries on my computer.  thanks.

This is a path problem.  For security reasons, the default path does  
not include the
current directory.  To fix this, add a line to .bash_profile containing:

export PATH = $PATH:.

and then source that file (i.e. execute)

. .bash_profile

.bash_profile is executed automatically when logging in.

You could also put this line into /etc/profile
or /etc/bashrc





More information about the CSCI3353 mailing list