Thank you all. I edited the runConfigure , and it fixed the problem. Let me know if this will have any side effects.
-----Original Message----- From: Alberto Massari [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 01, 2005 10:37 AM To: xerces-c-dev@xml.apache.org Subject: Re: runConfigure doesn't accept the C++ compiler driver icpc, inturn it only accepts icc for both C compiler and C++ compiler. At 10.32 01/02/2005 -0800, Puthuparambil, Shamla wrote: >Hi, > >runConfigure doesn't accept the C++ compiler driver icpc, inturn it only >accepts icc for both C compiler and C++ compiler. Is there someway I can >fix this? > This has been recently fixed: either refresh from CVS, or download the latest runConfigure from http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-xerces/c/src/xercesc/ru nConfigure?rev=1.42 Alberto > >./runConfigure -plinux -cicc -xicpc >......................... >export CC="icc" >export CXX="" >export CXXFLAGS=" -w -O -DPROJ_XMLPARSER -DPROJ_XMLUTIL -DPROJ_PARSERS >-DPROJ_SA >X4C -DPROJ_SAX2 -DPROJ_DOM -DPROJ_DEPRECATED_DOM -DPROJ_VALIDATORS >-DXML_USE_NAT > > > >./runConfigure -plinux -cicc -xicc >.......................... >export CC="icc" >export CXX="icc" >export CXXFLAGS=" -w -O -DPROJ_XMLPARSER -DPROJ_XMLUTIL -DPROJ_PARSERS >-DPROJ_SA >X4C -DPROJ_SAX2 -DPROJ_DOM -DPROJ_DEPRECATED_DOM -DPROJ_VALIDATORS >-DXML_USE_NAT > > >Thanks >shamla > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]