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
. 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
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
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:
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
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
Laravel integrated monolog to do log processing, Monolog is very powerful, but also easy to expand, in fact, it already supports a lot of Handler, you can send logs to mail or other log collection server or system, because our team use Bearychat As a team communication tool, so the real-time error log of the Laravel project is pushed to a discussion group in Bearychat, easy to find anomalies and solve problems quickly, in fact, very simple not many lines of code to be done.
First create
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
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
configuration information collection, production makefile files. Then, when you intend to compile the source code, you only need to pass "./configure; Make "This simple command will get a neat compilation.1.autoscan (autoconf): Scan the source code to search for common portability issues, such as checking compilers, libraries, header files, etc., generating file Configure.scan, which is a prototype of CONFIGURE.AC.Your source files---[autoscan*]--[Co
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.