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

相关推荐
vortex513 分钟前
Linux PAM 配置详解:从原理到实战,彻底阻断非授权提权
java·linux·服务器
ZPC821016 分钟前
Linux Preempt-RT 实时内核 ** 抖动(Jitter)** 完整测试方法
linux·运维·服务器
2501_9200470318 分钟前
openclaw在ubuntu系统的安装
linux·运维·ubuntu·openclaw
一个人旅程~1 小时前
linux如何“抢”过windows的usb移动硬盘权限对0磁道损坏的移动硬盘进行尝试修复
linux·windows·经验分享·电脑
sukioe2 小时前
Linux RPM 方式安装 MySQL 8.0
linux·mysql·adb
Bert.Cai3 小时前
Linux tee命令详解
linux·运维·服务器
宋浮檀s3 小时前
应急响应(系统日志)
linux·运维·网络安全·应急响应
arronKler3 小时前
MySQL命令行导出数据库
c语言·数据库·mysql
cui_ruicheng4 小时前
Linux网络编程(七):TCP Socket编程与EchoServer
linux·服务器·网络·tcp/ip
feasibility.4 小时前
nvidia-smi 失灵,显存凭空消失?—— NVML 驱动版本错配的记录
linux·运维·服务器·经验分享·nvidia·驱动