xerces-c-3.0.0.b2 on Mac: Where are the libraries?

View: New views
2 Messages — Rating Filter:   Alert me  

xerces-c-3.0.0.b2 on Mac: Where are the libraries?

by ContentServ GmbH - Alois Blaimer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi!

 

I am using Xcode 3.0 on Mac OS X v.10.5 (Leopard).

 

I used the script ./configure and the command ./make.

 

It seems all ok. The configure does its work and make is building a lot.

 

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

 

Alois Blaimer
Developer

 


Re: xerces-c-3.0.0.b2 on Mac: Where are the libraries?

by Boris Kolpackov-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Alois,

ContentServ GmbH - Alois Blaimer <ablaimer@...> 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
LightInTheBox - Buy quality products at wholesale price!