From: hadi motamedi <motamedi24 at gmail.com> > #make > But it prompts as "No targets specified and no makefile found". > #make install > But it prompts as "No rule to make target 'install'". If make says there is no Makefile, make install will not work either... Did you check the configure log file to see what is wrong? JD