简体   繁体   中英

Where can I find static Xerces 3.0.0 lib for AIX

I got the binaries from the xerces apache site but they only have dynamic lib.

I am wondering why they do not include static version of the lib? And is there a place to get static Xerces 3.0.0 for AIX.

And its C version of it

Thanks for any input

PS Other then building it myself I am aware of this option but I want something that is more standardized. Meaning using their generic build flags that they used to build dynamic version of the lib

就像您在后记中提到的那样,请从Apache的站点下载,然后运行configure脚本:

./configure --enable-static

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM