回 帖 发 新 帖 刷新版面

主题:如何用Makefile编译程序

最近在编译IETL库时需要用makefile进行编译,急求各位高手帮助

回复列表 (共2个回复)

沙发

.:Recent Entries:.

板凳


IETL的安装说明链接如下:

http://www.comp-phys.org/software/ietl/installation.html

We provide a configure script with the distribution which evaluates the system dependent variable and creates Makefiles.

After unpacking the ietl-version.tar.gz,

tar -zxvf ietl-version.tar.gz
type

./configure

in the top directory of IETL source tree. The configure script accepts several essential command-line options. See Basic Configure Options before executing the ./configure command. By default the configuration scripts finds all the required libraries in all default locations of the system. The configuration options can also be seen on command-line by 


./configure --help
After successful run of configure script (See the summary displayed after the run of configure script, whether it has found all required libraries or not), type 

make
make install

to build and install all the header files and libraries. To compile example files, type


make example
////////////////////
没明白说的是什么意思。

我来回复

您尚未登录,请登录后再回复。点此登录或注册