Question : i want to install lout 3.38 on linux. while installing through make command it gives some problem. how to solve this?

this software can be install through make command while installing it gives error like:----

Initializing run (should be silent, no errors expected)
/home/jeff/bin/lout -x -s /home/jeff/lout.lib/include/init
make: execvp: /home/jeff/bin/lout: permission denied

attached is instruction of installation procedure. please suggest me what permission is required.

i have made an user called jeff and tired from this user's console as well as root user's console too.


Answer : i want to install lout 3.38 on linux. while installing through make command it gives some problem. how to solve this?

Hi!

Just installed it with simple 5 commands (# represents root prompt):

#tar zxvf lout-3.38.tar.gz
#cd lout-3.38
#make
#mkdir -p /home/jeff/bin
#make install

The last lines of 'make install' is give below:

(c) Initializing run (should be silent, no errors expected)
/home/jeff/bin/lout -x -s /home/jeff/lout.lib/include/init

(d) Changing mode of files just created by initializing run
chmod 644 /home/jeff/lout.lib/data/*
chmod 644 /home/jeff/lout.lib/hyph/*


If you have any problem in being root still it should work.

Thanks,

--S
Random Solutions  
 
programming4us programming4us