This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: xerces-c-3.0.1 linking problem


Johan De Taeye wrote:

> Note the version of libstdc++ the above is trying to find: 4.3.2
> The current version in cywgin is 4.3.4.
> 
> It looks to me that the libxerces-c-3.0.1 libraries were created with
> an older version of the compiler and are not up to date any more.
> Is this a bug? Or am I missing something?

Nope, you're correct. C++ libraries must all be compiled with compatible
versions of the same compiler.  Now, it's possible that 4.3.2 and 4.3.4
are compatible, but the libtool .la file records the EXACT version number.

One possible work around -- which may work, but might not -- is to
simply delete the xerces .la files and try to build your app again.

I'll release an updated xerces package in due course, but there are
other things higher on the TODO list...

--
Chuck


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]