with the./configure--help to see detailed instructions to help
Make
This step is compiled, it reads the instruction from the makefile, and then compiles the
This step is compiled, and most of the source code packages are compiled in this step
Of course, some perl or Python-written software needs to call Perl or Python to compile
If error occurs during the make p
Whether to use make clean, make mrproper or make distclean during kernel Compilation
Make clean, make mrproer, and make distclean are involved in compiling the kernel. The differences between the three are summarized below:Decompr
How do I make the app job?
Download an appliance top mobile phone application and experience, get the appropriate rewards
How does a dollar make money?
(1) Make the task to make money: Download the device top mobile phone application and experience, get the corresponding reward;
(2) Friends
label: I/O uses the AR file SP C on code r
这些都是典型的使用GNU的AUTOCONF和AUTOMAKE产生的程序的安装步骤。
./configure是用来检测你的安装平台的目标特征的。比如它会检测你是不是有CC或GCC,并不是需要CC或GCC,它是个shell脚本。make是用来编译的,它从Makefile中读取指令,然后编译。make install是用来安装的,它也从Makefile中读取指令,安装到指定的位置。
AUTOMAKE和AUTOCONF是非常有用的用来发布C程序的东西。
-----1、configure,这一步一般用来生成 Makefile,为下一步的编译做准备,你可以通过在 configure 后加上参数来对安装进行控制,比如代码:./configure –prefix=/usr 意思是将该软件安装在 /usr 下面,执行文件就会安装在 /usr/
the-sys-Config = parameter to set some software configuration files. Some software can be added-With,-enable,-without,-Disable, and other parameters control compilation. You can view detailed instructions and help by allowing./configure-help.
2. Make. This step is for compilation, and most ofSource codeThe packages are compiled in this step (of course, some software written in Perl or Python must call Perl or Python for compilation ). If an error oc
"Is it true that every day is drilled, how much money can be made in a day?" "Recently Nbe updated a few game demo platform every day drilling part-time money strategy, be friends spray miserable!" A friend said "is totally a bluff", a friend said "old a you are enough, old a you have stale" today old a come on every day to try to earn money this project to do a most sincere, the most heartfelt reply. Explain that every day drilling is really fake, every day drilling how to
For installing software in Linux, use the./configure,make,make Install Explanation:For example: shell>tar zxvf libevent-1.4.14b-stable.tar.gz shell>cd libevent-1.4.14b-stable shell>./configure shell>make make install(1) The ./configure is the target feature of the test installation platform. For example, it det
. The role of the/configure,make,make installThese are typical installation steps for programs that are generated using the GNU autoconf and Automake.The./configure is used to detect the target characteristics of your installation platform. For example, it detects if you have CC or GCC, does not need CC or GCC, it is a shell script.Make is used to compile, it reads the instruction from the makefile, and the
? The download requires the following steps to be run./configure,make,make Install roleTypical installation steps for programs that are generated using GNU autoconf and Automake.The./configure is used to detect the target characteristics of your installation platform. For example, it detects if you have CC or GCC, does not need CC or GCC, it is a shell script.Make is used to compile, it reads the instructio
These are typical installation steps for programs that are generated using the GNU autoconf and Automake.The./configure is used to detect the target characteristics of your installation platform. For example, it detects if you have CC or GCC, does not need CC or GCC, it is a shell script.Make is used to compile, it reads the instruction from the makefile, and then compiles.The make install is used to install, and it also reads instructions from makefi
These are typical installation steps for programs that are generated using the GNU autoconf and Automake.The./configure is used to detect the target characteristics of your installation platform. For example, it detects if you have CC or GCC, does not need CC or GCC, it is a shell script.Make is used to compile, it reads the instruction from the makefile, and then compiles.The make install is used to install, and it also reads instructions from makefi
These are typical installation steps for programs that are generated using the GNU autoconf and Automake.The./configure is used to detect the target characteristics of your installation platform. For example, it detects if you have CC or GCC, does not need CC or GCC, it is a shell script.Make is used to compile, it reads the instruction from the makefile, and then compiles.The make install is used to install, and it also reads instructions from makefi
Differences between make clean and make distclean
Make clean only clears the previously compiled executable files and configuration files. Make distclean clears all generated files.
Makefile
Makefile conforming to the GNU makefiel Convention contains some basic pre-defined operations:
Config/configure/configure
This is used to detect the target characteristics of your installation platform. For example, it detects if you have CC or GCC, does not need CC or GCC, it is a shell script
This step is generally used to generate Makefile, to prepare for the next compilation, you can control the installation by adding parameters after the Configure, such as:
./configure--PREFIX=/USR
The above means that the software is installed in/usr below
Normal compilation installation/uninstallation:The installation of the source code generally consists of 3 steps:configuration (configure), compile (make), install ( make install)。The Configure file is an executable script file that has many options for using commands in the source directory to be installed./configure–help can output a detailed list of options. Where the--prefix option is to configure the i
Hope the followingArticleBenefits:
I. I don't know how to make moneyWrong idea: When I got bigger, I thought about how to make money, because the three major portals, Baidu, and other well-known websites have come here!You have considered these issues:
How many websites have fallen in the same way as these successful websites in the same period?Is the current Internet environment the same as that of 10
Original link: http://www.linuxidc.com/Linux/2011-02/32211.htmThese are typical installation steps for programs that are generated using the GNU autoconf and Automake.The./configure is used to detect the target characteristics of your installation platform. For example, it detects if you have CC or GCC, does not need CC or GCC, it is a shell script.Make is used to compile, it reads the instruction from the makefile, and then compiles.The make install
Linux c Programming: make compilation 1, linux programming make Compilation
There are countless source files in a project, which are classified into several directories according to different functions. makefile defines a series of rules to compile those files first and then compile those files, recompile those files. The biggest benefit of makefile is automated compilation. Once written, only one
First of all, what did/configure,make,install do separately?
/configure a shell script that examines the current compilation environment, such as the compiler, the number of machine bits, to generate makefile based on these parameters, to prepare for the next compilation, and to take some parameters to set the installation path or disable or enable some compilation options (important, May make times some o
Tags: Help permissions. com technology sharing extension submission Ror GNU toolsThese are typical installation steps for programs that are generated using the GNU autoconf and AutomakeI. BASIC information1./configure is used to detect the target characteristics of your installation platform. For example, it detects if you have CC or GCC, does not need CC or GCC, it is a shell script.2, make is used to compile, it reads the instruction from the makefi
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.