Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHi,
the problem may be with linux search path. since Linux will look first at the $PATH variable and not the current directory. so it might try to run install script some where else. to resolve this add : ./install this should run the install script on the directory your pwd shows. Avi.