In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
Today, the editor to share with you is the linux system compilation and installation of what is the difference, many people do not understand, today editor in order to let you know more about the compilation and installation of the linux system, so give you a summary of the following content, let's look down. I'm sure you'll get something.
Compile: turn the source code into a machine executable code file.
Installation: install the executable file into the operating system before you can use it.
To run the source code, you must first convert it to binary machine code. This is the task of the compiler.
For example, the following source code (assuming the file is called test.c).
# include int main (void) {fputs ("Hello, world!\ n", stdout); return 0;}
It needs to be processed with a compiler before it can be run.
$gcc test.c$. / a.outHello, world!
For complex projects, the compilation process must also be divided into three steps.
$. / configure$ make $make install
The above is the linux system compilation and installation of what is the difference between the brief introduction, of course, the detailed use of the above differences have to be used by everyone to understand. If you want to know more, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.