xerces-c-3.0.1 linking problem

Johan De Taeye johan.de.taeye@gmail.com
Sat Feb 27 16:56:00 GMT 2010


Hi,

My application uses the xerces-c-3.0.1 library.
When linking to the library (with libtool), I am getting the following
error message:

/bin/sh ../../libtool --tag=CXX   --mode=link g++  -O3 -s -g -O2
-Wl,--enable-auto-import -o libmylib.la  mycode.lo -lxerces-c
/usr/bin/grep: /usr/lib/gcc/i686-pc-cygwin/4.3.2/libstdc++.la: No such
file or directory
/usr/bin/sed: can't read
/usr/lib/gcc/i686-pc-cygwin/4.3.2/libstdc++.la: No such file or
directory
libtool: link: `/usr/lib/gcc/i686-pc-cygwin/4.3.2/libstdc++.la' is not
a valid libtool archive

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?

Regards,

Johan

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



More information about the Cygwin mailing list