Check the permissions (ls -l) on the installed GNU make executable. See
if the setuid or setgid bits are set on the executable.
If they are, try turning them off ("chmod 755 make", for example).
See if that helps.
If this is the problem and you use the above solution, you will lose (at
least
I'm running GNU Make 3.79.1 on an AIX 4.3.3.0 system and running into the
following problem.
I'm trying to convert from the system make to GNU make. I have a Makefile
that does nothing but call a shell script: (This is a test case scaled
down from the original Makefile)
Makefile:
all: