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

相关推荐
Huangjin007_4 小时前
【Linux 系统篇(十五)】进程 (三) :进程状态深度详解
linux·运维
RisunJan4 小时前
Linux命令-talk(终端实时对话)
linux·运维·服务器
NeilYuen4 小时前
【vemory】高性能KV存储AOF方案设计
linux·c++·redis·缓存
LONGZETECH5 小时前
无人机组装调试实训高损耗痛点分析与虚拟仿真教学落地方案
c语言·开发语言·架构·无人机
luj_17685 小时前
大航海时代:沉浸式财商实战沙盒
c语言·开发语言·网络·经验分享·算法
三言老师5 小时前
Rocky Linux 8.6 整机系统备份与迁移方案文档文档用途
linux·运维·服务器·网络
Navigator_Z5 小时前
LeetCode //C - 1200. Minimum Absolute Difference
c语言·算法·leetcode
雾时之林6 小时前
Linux----防火墙
linux·运维·网络
LuminousCPP6 小时前
数据结构基础篇(二):顺序表与链表全方位对比|从内存布局到 CPU 缓存理解底层差异
c语言·数据结构·经验分享·链表·缓存
秋田君7 小时前
QT_网络编程体系
网络·arm开发·qt