Hi Brice,

Static libraries are just pieces of codes and can not be linked with with
xercesc alone. You can build your library first, and then link it to your
main program, together with xercesc library. As a matter of fact, if you
don't build your main program with xerces, your library functions will cause
link errors like "unresolved symbol".

Regards
Lei

----- Original Message -----
From: "Brice Ruth" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 04, 2003 5:39 AM
Subject: create static library?


> Good afternoon, list members.
>
> I am working on a project that I hope to use xercesc in (and am well on
> my way to doing so). I just determined that the portion of the project
> I'm working in is actually built into a static library (.a) - which is
> then used by the main application. To my (somewhat limited) knowledge, I
> cannot create a static library that links to a dynamic library
> (xercesc), can I? Is it possible to build xerces as a static lib?
>
> Any help, pointers, tips are - as always - much appreciated!
>
> Respectfully,
> Brice Ruth
>
>
> ---------------------------------------------------------------------
> 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