make Fatal error: Command failed for target 'exp_inter.o'

I am trying to install Expect 5.43 on my Solaris 10 x86 PC. When I run the make file I get - Command failed for target 'exp_inter.o'. I tried to find the file (find / -name exp_inter.o -print 2>/dev/null) but could not. Where can I get this file from?

This really isn't the correct forum for your question. Likely there are probably errors listed prior to the 'command failed for target' message that need to be resolved.

you probably need to find a file called: exp_inter.c and place it in the directory where you're make-ing.

if you don't have it - - - you ~might~ want to try commenting out the line in the Makefile where exp_inter.o is referenced and continuing and see what happens.