Hi Alois,

ContentServ GmbH - Alois Blaimer <[EMAIL PROTECTED]> writes:

> But at the end I can find no build xerces libraries. Where are they?

The libraries are in src/.libs/. You would normally install them
(along with the headers) after building, e.g.:

$ ./configure --prefix=/my/xerces-c-3.0.0
$ make
$ make install

After this the libraries will be in /my/xerces-c-3.0.0/lib/

Boris

-- 
Boris Kolpackov, Code Synthesis Tools   http://codesynthesis.com/~boris/blog
Open source XML data binding for C++:   http://codesynthesis.com/products/xsd
Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde

Reply via email to