AIX GNU Make Issue

2001-03-21 Thread tom_honermann
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:

Re: AIX GNU Make Issue

2001-03-21 Thread Paul D. Smith
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