You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Ahmad Jalil Qarshi <ah...@gmail.com> on 2007/06/06 16:28:48 UTC

Samples Compilation Problem!

Hi,

I have just installed Xerces-c on my AIX 5.2 machine. After setting all the
environment variables, I have run the runConfigure command as follows:

[mediaapp:/mediaapp/xerces_lib/xerces-c-aix_510-xlc_60_050623/samples]runConfigure
-paix -cxlc_r -xxlC_r -rdce
Generating makefiles with the following options ...
Platform: aix
C Compiler: xlc_r
C++ Compiler: xlC_r
Thread option: dce
bitsToBuild option: 32
Extra compile options:
Extra link options:
Debug is OFF
Found host system to be powerpc-ibm-aix5.2.0.0

creating cache ./config.cache
checking for gcc... xlc_r
checking whether the C compiler (xlc_r   -w -O2 -DNDEBUG  -DXML_USE_DCE
) works... yes
checking whether the C compiler (xlc_r   -w -O2 -DNDEBUG  -DXML_USE_DCE
) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether xlc_r accepts -g... yes
checking for c++... xlC_r
checking whether the C++ compiler (xlC_r   -w -O2 -DNDEBUG
-DXML_USE_DCE      ) works... yes
checking whether the C++ compiler (xlC_r   -w -O2 -DNDEBUG
-DXML_USE_DCE      ) is a cross-compiler... no
checking whether we are using GNU C++... no
checking whether xlC_r accepts -g... yes
checking for a BSD compatible install... ./install-sh -c
checking for autoconf... true
checking for floor in -lm... yes
checking for pthread_create in -lpthread... yes
checking how to run the C preprocessor... xlc_r -E
checking for inttypes.h... yes
checking host system type... powerpc-ibm-aix5.2.0.0
updating cache ./config.cache
creating ./config.status
creating Makefile
creating SAXCount/Makefile
creating SAX2Count/Makefile
creating DOMCount/Makefile
creating SAXPrint/Makefile
creating SAX2Print/Makefile
creating DOMPrint/Makefile
creating MemParse/Makefile
creating Redirect/Makefile
creating PParse/Makefile
creating StdInParse/Makefile
creating EnumVal/Makefile
creating SEnumVal/Makefile
creating CreateDOMDocument/Makefile
creating SCMPrint/Makefile
creating PSVIWriter/Makefile

Having build problems? Read instructions at
http://xml.apache.org/xerces-c/build.html

In future, you may also directly type the following commands to create the
Makefiles.

export THREADS="dce"
export BITSTOBUILD="32"
export CC="xlc_r"
export CXX="xlC_r"
export CXXVER=""
export CXXFLAGS=" -w -O2 -DNDEBUG -DXML_USE_DCE "
export CFLAGS=" -w -O2 -DNDEBUG -DXML_USE_DCE "
export LDFLAGS=" "
export EXTRA_LIBS=" -lC_r -lC -ldcelibc_r -ldcepthreads"
configure

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:

[mediaapp:/mediaapp/xerces_lib/xerces-c-aix_510-xlc_60_050623/samples]make
Building SAXPrint
        make -C SAXPrint
make: Not a recognized flag: C
usage: make [-einqrst] [-k|-S] [-d[A|adg[1|2]mstv]] [-D variable] [-f
makefile ] [variable=value ...] [target ...]
make: 1254-004 The error code from the last command is 2.
Stop.

Kindly help me to resolve this issue.

Thanks in advance.

Ahmad Jalil Qarshi

Re: Samples Compilation Problem!

Posted by Ahmad Jalil Qarshi <ah...@gmail.com>.
Dear Alberto,

I have resolved the problem.

Thank you for your kind support.

With best regards,

Ahmad Jalil Qarshi

On 6/11/07, Alberto Massari <am...@datadirect.com> wrote:
>
> Check if 'make install' put it in /usr/local/bin; if you don't find
> it, run it again and inspect the log to see where it put it.
>
> Alberto
>
> At 20.02 08/06/2007 +0500, Ahmad Jalil Qarshi wrote:
>
> >I receive the following information
> >
> >[mediaapp:/mediaapp]which gmake
> >which: 0652-141 There is no gmake in /bea/tuxedo8.1/bin
> >/bea/tuxedo8.1/samples/corba/simpapp /usr/bin /etc /usr/sbin
> >/usr/ucb /usr/bin/X11 /sbin /usr/vac/bin /usr/vac/vac .
> >/mediaapp/xerces_lib/xerces-c-aix_510-xlc_60_050623/bin
> >/usr/vacpp/bin . /oracle/ora9i/bin ..
> >[mediaapp:/mediaapp]
> >
> >Ahmad Jalil Qarshi
> >
> >On 6/8/07, Alberto Massari
> ><<m...@datadirect.com> wrote:
> >What does "which gmake" tell you?
> >
> >Alberto
> >
> >At 15.58 08/06/2007 +0500, Ahmad Jalil Qarshi wrote:
> > >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.
> > >
> > >    * Configure
> > >    * make
> > >    * make install
> > >All the three steps executed successfully.
> > >
> > >Thanks and best regards,
> > >
> > >Ahmad Jalil Qarshi
> > >
> > >On 6/8/07, Alberto Massari
> > ><<mailto:
> > amassari@datadirect.com><ma...@datadirect.com>
> amassari@datadirect.com>
> > 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/sam
> > ples]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: amassari@datadirect.com>
> > > ><mailto:
> > amassari@datadirect.com><ma...@datadirect.com>
> amassari@datadirect.com>
> > 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:c-dev-unsubscribe@xerces.apache.org ><mailto:<mailto:c-de
> > v-unsubscri>c-dev-unsubscri
> > >
> > <ma...@xerces.apache.org><mailto:
> c-dev-unsubscribe@xerces.apache.org>c-dev-unsubscribe@xerces.apache.org
> >
> > > >For additional commands, e-mail:
> > > ><ma...@xerces.apache.org><mailto:<mailto:c-dev-help@x
> > erces.apac>c-dev-help@xerces.apac
> > >
> > <ht...@xerces.apache.org>
> c-dev-help@xerces.apache.org
> > > >
> > >
> > >
> > >---------------------------------------------------------------------
> > >To unsubscribe, e-mail:
> > ><ma...@xerces.apache.org><mailto:c-dev-unsubscri
> > be@xerces.apache.org>c-dev-unsubscribe@xerces.apache.org
> > >For additional commands, e-mail:
> > ><ma...@xerces.apache.org><mailto:c-dev-help@xerces.apac
> > he.org>c-dev-help@xerces.apache.org
> > >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail:
> ><ma...@xerces.apache.org>
> c-dev-unsubscribe@xerces.apache.org
> >For additional commands, e-mail:
> ><ma...@xerces.apache.org>c-dev-help@xerces.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
> For additional commands, e-mail: c-dev-help@xerces.apache.org
>
>

Re: Samples Compilation Problem!

Posted by Alberto Massari <am...@datadirect.com>.
Check if 'make install' put it in /usr/local/bin; if you don't find 
it, run it again and inspect the log to see where it put it.

Alberto

At 20.02 08/06/2007 +0500, Ahmad Jalil Qarshi wrote:

>I receive the following information
>
>[mediaapp:/mediaapp]which gmake
>which: 0652-141 There is no gmake in /bea/tuxedo8.1/bin 
>/bea/tuxedo8.1/samples/corba/simpapp /usr/bin /etc /usr/sbin 
>/usr/ucb /usr/bin/X11 /sbin /usr/vac/bin /usr/vac/vac . 
>/mediaapp/xerces_lib/xerces-c-aix_510-xlc_60_050623/bin 
>/usr/vacpp/bin . /oracle/ora9i/bin ..
>[mediaapp:/mediaapp]
>
>Ahmad Jalil Qarshi
>
>On 6/8/07, Alberto Massari 
><<m...@datadirect.com> wrote:
>What does "which gmake" tell you?
>
>Alberto
>
>At 15.58 08/06/2007 +0500, Ahmad Jalil Qarshi wrote:
> >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.
> >
> >    * Configure
> >    * make
> >    * make install
> >All the three steps executed successfully.
> >
> >Thanks and best regards,
> >
> >Ahmad Jalil Qarshi
> >
> >On 6/8/07, Alberto Massari
> ><<mailto: 
> amassari@datadirect.com><ma...@datadirect.com> 
> 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/sam 
> ples]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: amassari@datadirect.com>
> > ><mailto: 
> amassari@datadirect.com><ma...@datadirect.com> 
> 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:c-dev-unsubscribe@xerces.apache.org ><mailto:<mailto:c-de 
> v-unsubscri>c-dev-unsubscri
> > 
> <ma...@xerces.apache.org>c-dev-unsubscribe@xerces.apache.org 
>
> > >For additional commands, e-mail:
> > ><ma...@xerces.apache.org><mailto:<mailto:c-dev-help@x 
> erces.apac>c-dev-help@xerces.apac
> > 
> <ht...@xerces.apache.org>c-dev-help@xerces.apache.org
> > >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail:
> ><ma...@xerces.apache.org><mailto:c-dev-unsubscri 
> be@xerces.apache.org>c-dev-unsubscribe@xerces.apache.org
> >For additional commands, e-mail:
> ><ma...@xerces.apache.org><mailto:c-dev-help@xerces.apac 
> he.org>c-dev-help@xerces.apache.org
> >
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: 
><ma...@xerces.apache.org>c-dev-unsubscribe@xerces.apache.org
>For additional commands, e-mail: 
><ma...@xerces.apache.org>c-dev-help@xerces.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


Re: Samples Compilation Problem!

Posted by Ahmad Jalil Qarshi <ah...@gmail.com>.
I receive the following information

[mediaapp:/mediaapp]which gmake
which: 0652-141 There is no gmake in /bea/tuxedo8.1/bin
/bea/tuxedo8.1/samples/corba/simpapp /usr/bin /etc /usr/sbin /usr/ucb
/usr/bin/X11 /sbin /usr/vac/bin /usr/vac/vac .
/mediaapp/xerces_lib/xerces-c-aix_510-xlc_60_050623/bin /usr/vacpp/bin .
/oracle/ora9i/bin ..
[mediaapp:/mediaapp]

Ahmad Jalil Qarshi

On 6/8/07, Alberto Massari <am...@datadirect.com> wrote:
>
> What does "which gmake" tell you?
>
> Alberto
>
> At 15.58 08/06/2007 +0500, Ahmad Jalil Qarshi wrote:
> >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.
> >
> >    * Configure
> >    * make
> >    * make install
> >All the three steps executed successfully.
> >
> >Thanks and best regards,
> >
> >Ahmad Jalil Qarshi
> >
> >On 6/8/07, Alberto Massari
> ><<m...@datadirect.com> 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: amassari@datadirect.com>
> > ><ma...@datadirect.com> 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:
> > ><ma...@xerces.apache.org><mailto:c-dev-unsubscri
> > be@xerces.apache.org>c-dev-unsubscribe@xerces.apache.org
> > >For additional commands, e-mail:
> > ><ma...@xerces.apache.org><mailto:c-dev-help@xerces.apac
> > he.org>c-dev-help@xerces.apache.org
> > >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail:
> ><ma...@xerces.apache.org>
> c-dev-unsubscribe@xerces.apache.org
> >For additional commands, e-mail:
> ><ma...@xerces.apache.org>c-dev-help@xerces.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
> For additional commands, e-mail: c-dev-help@xerces.apache.org
>
>

Re: Samples Compilation Problem!

Posted by Alberto Massari <am...@datadirect.com>.
What does "which gmake" tell you?

Alberto

At 15.58 08/06/2007 +0500, Ahmad Jalil Qarshi wrote:
>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.
>
>    * Configure
>    * make
>    * make install
>All the three steps executed successfully.
>
>Thanks and best regards,
>
>Ahmad Jalil Qarshi
>
>On 6/8/07, Alberto Massari 
><<m...@datadirect.com> 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: amassari@datadirect.com>
> ><ma...@datadirect.com> 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:
> ><ma...@xerces.apache.org><mailto:c-dev-unsubscri 
> be@xerces.apache.org>c-dev-unsubscribe@xerces.apache.org
> >For additional commands, e-mail:
> ><ma...@xerces.apache.org><mailto:c-dev-help@xerces.apac 
> he.org>c-dev-help@xerces.apache.org
> >
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: 
><ma...@xerces.apache.org>c-dev-unsubscribe@xerces.apache.org
>For additional commands, e-mail: 
><ma...@xerces.apache.org>c-dev-help@xerces.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


Re: Samples Compilation Problem!

Posted by Ahmad Jalil Qarshi <ah...@gmail.com>.
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 <am...@datadirect.com> 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 <<m...@datadirect.com>
> >amassari@datadirect.com> 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:
> ><ma...@xerces.apache.org>
> c-dev-unsubscribe@xerces.apache.org
> >For additional commands, e-mail:
> ><ma...@xerces.apache.org>c-dev-help@xerces.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
> For additional commands, e-mail: c-dev-help@xerces.apache.org
>
>

Re: Samples Compilation Problem!

Posted by Alberto Massari <am...@datadirect.com>.
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 <<m...@datadirect.com> 
>amassari@datadirect.com> 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: 
><ma...@xerces.apache.org>c-dev-unsubscribe@xerces.apache.org
>For additional commands, e-mail: 
><ma...@xerces.apache.org>c-dev-help@xerces.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


Re: Samples Compilation Problem!

Posted by Ahmad Jalil Qarshi <ah...@gmail.com>.
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.

Thanks in anticipation.

With best regards,

Ahmad Jalil Qarshi


On 6/6/07, Alberto Massari <am...@datadirect.com> 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: c-dev-unsubscribe@xerces.apache.org
> For additional commands, e-mail: c-dev-help@xerces.apache.org
>
>

Re: Samples Compilation Problem!

Posted by Alberto Massari <am...@datadirect.com>.
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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org