xerces-c-src_2_8_0 arm_linux编译

xerces-c-src_2_8_0 ARM LINUX 编译

文章借鉴:https://bbs.csdn.net/topics/250017321

export XERCESCROOT=/xxxx/xerces-c-src_2_8_0

1

下载地址https://archive.apache.org/dist/xerces/c/sources/xerces-c-src_2_8_0.tar.gz:[xerces-c-src_2_8_0.tar.gz)](https://archive.apache.org/dist/xerces/c/sources/xerces-c-src_2_8_0.tar.gz)

2

把"xerces-c-src_2_8_0/src/xercesc/"目录下runConfigure中的第358行的

threadingLibs="-pthread -lc_r" 改为:threadingLibs="-pthread"

据有关资料说"libc_r.so"在新版linux中已经过时,被新版的pthread代替

3

./runConfigure -plinux -cgcc -xg++ -C--prefix=/usr/local/xerces_bin

4

gmake 或者 make

5

make install

相关推荐
123过去3 小时前
nfc-list使用教程
linux·网络·测试工具·安全
evo-master5 小时前
网络故障排除方法
linux·服务器·网络
我叫洋洋5 小时前
[Proteus 和 stm32f103c8t6]的使用控制OLED篇]
c语言·stm32·单片机·嵌入式硬件·蓝桥杯·proteus
Book思议-6 小时前
【数据结构】栈与队列全方位对比 + C 语言完整实现
c语言·数据结构·算法··队列
xlq223228 小时前
35.信号
linux
白鸽梦游指南9 小时前
docker镜像优化
linux·运维·docker
A.A呐9 小时前
【Linux第十九章】网络基础
linux·网络
陳10309 小时前
Linux:基础开发工具
linux·运维·服务器
sg_knight9 小时前
CentOS 裸机实操:5分钟完成 MinIO 单机部署与公网访问
linux·python·centos·文件管理·minio·ftp·oss
IT方大同9 小时前
(实时操作系统)线程管理
c语言·开发语言·嵌入式硬件