文章分类 -  开源

摘要:linux aarch64上编译qt4.8.7源码,报错 greatwall@greatwall-os:~/code/qt-everywhere-opensource-src-4.8.7$ ./configure -opensource -debug -fontconfig --no-webkit 阅读全文
posted @ 2023-12-21 14:53 飞飞龙 阅读(21) 评论(0) 推荐(0)
摘要:环境:linux,fontconfig-2.13.1.tar.gz,expat-2.2.7.tar.bz2,freetype-2.7.tar.gz,libuuid-1.0.3.tar.gz,libxml2-2.7.8.tar.gz 问题:linux编译fontconfig时报错: *** SAX1 阅读全文
posted @ 2023-12-08 10:20 飞飞龙 阅读(91) 评论(0) 推荐(0)
摘要:编译gdb报错 $ cd build $ ../configure --prefix=/home/test/depends/gdb132 --with-libgmp-prefix=/home/test/depends/gmp621/ 原因及解决:--with-python为python程序目录,并确 阅读全文
posted @ 2023-08-21 11:26 飞飞龙 阅读(528) 评论(0) 推荐(0)
摘要:gdb编译报错 解决方法:sudo apt-intall install texinfo 也可以自己编译texinfo 下载地址:http://ftp.gnu.org/gnu/texinfo/texinfo-6.7.tar.gz 参考: https://blog.csdn.net/xzh200522 阅读全文
posted @ 2023-08-21 11:09 飞飞龙 阅读(232) 评论(0) 推荐(0)
摘要:下载gmp6.2.1 https://mirrors.ustc.edu.cn/gnu/gmp/gmp-6.2.1.tar.xz GMP软件包自带的探测架构脚本不支持LoongArch,因此删除探测脚本并用automake命令重新安装探测脚本。 如果没有automake,需要先用sudo apt-ge 阅读全文
posted @ 2023-08-21 11:03 飞飞龙 阅读(58) 评论(0) 推荐(0)
摘要:在3a5000的loongarch64电脑编译python3.11.4 $ mkdir build $ cd build $ ../configure --prefix=/home/test/depends/python311 --enable-shared --enable-optimizatio 阅读全文
posted @ 2023-08-21 10:02 飞飞龙 阅读(684) 评论(0) 推荐(0)