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

相关推荐
七歌杜金房5 小时前
我终于又有了自己的 Linux 电脑
linux·debian·mac
tntxia1 天前
linux curl命令详解_curl详解
linux
扛枪的书生1 天前
Linux 网络管理器用法速查
linux
顺风尿一寸1 天前
Java Socket 内核之旅:从 SocketChannel.read() 到 tcp_recvmsg 与 epoll 的完整调用链路
linux
XIAOHEZIcode2 天前
Ubuntu 终端美化全栈指南:Bash 到 Kitty 踩坑实录
linux·ubuntu·命令行
唐青枫2 天前
别再只会用 cron:Linux systemd Timer 定时任务实战详解
linux
AlfredZhao4 天前
生产环境里,为什么不建议把普通端口直接暴露到公网?
linux·https·443·80
戴为沐5 天前
Linux内存扩容指南
linux
zylyehuo5 天前
Linux 彻底且安全地删除文件
linux
用户805533698036 天前
主线 U-Boot 上 RK3506:和闭源 rkbin 拔河的三个隐性契约
linux·嵌入式