Dear Alberto, Thanks again for your kind and urgent response. Actually the problem is that I am unable to locate gmake.exe file. Error message indicate that the gmake.exe file exists but due to lack of permissions, can not execute it. I have already tried "ls -la `which gmake`" command. But couldn't locate it.
To install gmake I followed the following steps. 1. Configure 2. make 3. make install All the three steps executed successfully. Thanks and best regards, Ahmad Jalil Qarshi On 6/8/07, Alberto Massari <[EMAIL PROTECTED]> wrote:
At 09.43 08/06/2007 +0500, Ahmad Jalil Qarshi wrote: >Thanks Alberto, > >I have installed gmake on my AIX 5.2 machine. When I run "gmake" it >gives me following error message: > >[mediaapp:/mediaapp/xerces_lib/xerces-c-aix_510-xlc_60_050623/samples]gmake >ksh: gmake: 0403-006 Execute permission denied. > >I have tried my level best to find out the "gmake" file to change >the permissions on it, but couldn't so kindly help me to resolve it. Try doing a "ls -la `which gmake`" (quotes excluded) and check if the 'x' attribute is set for your current user. If it isn't, ask your superuser to run chmod a+x on it. Alberto >Thanks in anticipation. > >With best regards, > >Ahmad Jalil Qarshi > > >On 6/6/07, Alberto Massari <<mailto:[EMAIL PROTECTED]> >[EMAIL PROTECTED]> wrote: >At 19.28 06/06/2007 +0500, Ahmad Jalil Qarshi wrote: > >Hi, > > > >[...] > >If the result of the above commands look OK to you, go to the directory > >/mediaapp/xerces_lib/xerces-c-aix_510-xlc_60_050623/samples and type > >"gmake" to make the samples. > > > >After that I run the "make" command as follows: > >The message tells you to use gmake, not make... > >Alberto > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
