昨天搞了一下oceabase的东西,感觉十分强大,想调一下源码,所以按步骤配了一下环境,但是一看要gcc4.1.2版本编译器,顿时亮了,这个版本的编译器不能说巨老,但是也不新,高版本编译低版本肯定会出问题的。一开始安装gcc就各种错误。
现在记录一下安装过程吧,没什么高级的,只是为了便于以后查看。
下载源码包
gcc-4.1.2.tar.bz2
解包:tar -xvf gcc-4.1.2.tar.bz2
进入目录:cd gcc-4.1.2
# ./configure –prefix=/usr/local/gcc-4.1.2&& make
第一个问题
WARNING: `makeinfo' is missing on your system. You should only need it if
you modified a `.texi' or `.texinfo' file, or any other file
indirectly affecting the aspect of the manual. The spurio
现在记录一下安装过程吧,没什么高级的,只是为了便于以后查看。
下载源码包
gcc-4.1.2.tar.bz2
解包:tar -xvf gcc-4.1.2.tar.bz2
进入目录:cd gcc-4.1.2
# ./configure –prefix=/usr/local/gcc-4.1.2&& make
第一个问题
WARNING: `makeinfo' is missing on your system. You should only need it if
you modified a `.texi' or `.texinfo' file, or any other file
indirectly affecting the aspect of the manual. The spurio