Hi Michael,

No, those version of GCC are not compatible, so you will need to be
consistent with which version of GCC you use.

I have no idea if Xerces 2.3 will build with 2.91.66 -- that's an awfully
old version of GCC.  You'll have to try it and see what happens.

Dave



                                                                                       
                                             
                      "Michael Thomas"                                                 
                                             
                      <[EMAIL PROTECTED]         To:      [EMAIL PROTECTED]            
                                     
                      fast.biz>                cc:      (bcc: David N 
Bertoni/Cambridge/IBM)                                        
                                               Subject: Re: lots of errors involving 
DOMString::~DOMString(void) when linking       
                      06/02/2003 07:03                                                 
                                             
                      AM                                                               
                                             
                      Please respond                                                   
                                             
                      to xerces-c-dev                                                  
                                             
                                                                                       
                                             



Dave,

Thanks for the feedback.

I built Xerces 2.3 using g++ (version 2.96 20000731 Red Hat Linux 7.3
2.96-113).

Then I built my C++ code, the code I am having trouble with, using egcs++
(gcc version egcs-2.91.66 19990314/Linux egcs-1.1.2 release). Is this the
problem and if it is, is it possible to build Xerces 2.3 using egcs++
2.91.66 ?

Thank you for any advice.

Michael

----- Original message -----
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Sun, 1 Jun 2003 23:57:02 -0700
Subject: Re: lots of errors involving DOMString::~DOMString(void) when
linking





> Hi,
>
> Thanks for checking out my post.
>
> I am updating some existing C++ code on Linux (redhat 7.3) from Xerces
> 1.7 to 2.3. The migration help notes on the website have been a great
> help, but I am getting hundreds of linking errors and most of them seem
> to involve DOMString::~DOMString. I am using the gcc compiler egcs++
> version egcs-2.91.66 - not by choice but for now I am stuck with this
> compiler.

Did you build Xerces with your version of gcc?  If not, you will have to,
as binaries produced by later versions of gcc or the Intel compiler are
not
compatible with those produced by 2.91.66.

Dave


---------------------------------------------------------------------
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]




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

Reply via email to