CentOS 7安装Packmol
- 安装方法:
tar -xvzf packmol.tar.gz
cd packmol
make
- 如提示找不到编译器:
chmod +x ./configure
./configure /path/to/your/compiler/yourcompiler
make
- 如出现类似
.rodata' can not be used when making a PIE object; recompile with -fPIC
的错误提示:
make -no-pi
Make a Little Progress Every Day!