hi alberto

  sorry i've to start a new thread...for the same problem as i've to
change my e-mail id i had to do it..........

as told by you i've done something like this

> ./runConfigure -p solaris
Generating makefiles with the following options ...
Platform: solaris
C Compiler:
C++ Compiler:
Thread option: none
bitsToBuild option: 32
Extra compile options:
Extra link options:
Debug is OFF
C++ compiler not specified...we'll assume that configure will find it...

creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc   -w -O  -DAPP_NO_THREADS
-DXML_USE_NO_THREADS      ) works... yes
checking whether the C compiler (gcc   -w -O  -DAPP_NO_THREADS
-DXML_USE_NO_THREADS      ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++   -w -O  -DAPP_NO_THREADS
-DXML_USE_NO_THREADS      ) works... yes
checking whether the C++ compiler (c++   -w -O  -DAPP_NO_THREADS
-DXML_USE_NO_THREADS      ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for a BSD compatible install... /usr/local/bin/install -c
checking for autoconf... autoconf
checking for floor in -lm... yes
checking for pthread_create in -lpthread... yes
checking how to run the C preprocessor... gcc -E
checking for inttypes.h... yes
checking host system type... sparc-sun-solaris2.9
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="none"
export BITSTOBUILD="32"
export CC=""
export CXX=""
export CXXFLAGS=" -w -O -DAPP_NO_THREADS -DXML_USE_NO_THREADS "
export CFLAGS=" -w -O -DAPP_NO_THREADS -DXML_USE_NO_THREADS "
export LDFLAGS=" "
export EXTRA_LIBS=" "
configure

If the result of the above commands look OK to you, go to the directory
/home/vsripada/xerces/samples and type "gmake" to make the samples.

but my gmake stops abruptly....

> gmake
Building SAXPrint
gmake -C SAXPrint
gmake[1]: Entering directory `/home/vsripada/xerces/samples/SAXPrint'
mkdir -p /home/vsripada/xerces/exp_samples/bin/obj/SAXPrint
gmake[1]: *** No rule to make target
`/home/vsripada/xerces/exp_samples/samples/SAXPrint/SAXPrint.cpp', needed
by `/home/vsripada/xerces/exp_samples/bin/obj/SAXPrint/SAXPrint.o'.  Stop.
gmake[1]: Leaving directory `/home/vsripada/xerces/samples/SAXPrint'
gmake: *** [saxprint] Error 2
>

i've been thinking that since i've downloaded binary version there is no
need for building it again......i didnt realise that makefiles are created
when i build it......

why am i unable to complete the gmake process......where do u think the
problem lies.....i'm feeling bad that i'm troubling u by sending mails to
u directly...but i need get these samples running as soon as
possible........

anykind of help is appreciated

vithal raja



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to