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

相关推荐
kuroomi3 小时前
Docker 与容器基础
linux·运维·docker
djarmy7 小时前
MAIN.c(1): warning C318: can’t open file ‘STC8G.H’ 报错 解决 分析
c语言·开发语言·mongodb
李永奉8 小时前
中科蓝讯SDK开发-BT893x 面条耳机连接vivo手机后连接APP端,最后手机端设置页面手动断开蓝牙连接,此时耳机端假断开
c语言·开发语言·嵌入式硬件·物联网·智能手机·电脑
fangjianj9 小时前
LAMP 项目部署
linux
mengge.cloud10 小时前
0909华为云计算类综合服务小白实验教程
linux·运维·服务器·网络·华为云·云计算
fangjianj10 小时前
自有服务及软件包
linux
爱吃苹果的日记本11 小时前
数据结构第一课
c语言·数据结构·数据库·学习·c#
风哥2号12 小时前
数据库教程FGMT03‑生产环境Linux+Oracle19c+ASM安装配置与项目实战
linux·数据库
一木 之林12 小时前
七、一-AI 工程实践、插件化调试与软件交付
java·linux·c++
zhengqweasd12 小时前
Linux网络(一):服务器数据包从网卡到应用程序,完整收包流程详解
linux·服务器·网络