- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- is it a error , have I successfully installed
Operating System - Linux
1821828
Members
3635
Online
109638
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 08:11 PM
08-11-2008 08:11 PM
is it a error , have I successfully installed
when I run "make" to compile a source , it pop the below messages , is it mean the make process is not work ? if yes , how to fix it ? thx
#make
make[3]: Nothing to be done for `all'.
<=== src/os/unix
===> src/ap
make[3]: Nothing to be done for `all'.
<=== src/ap
Then run :
==========
#make install
make: Nothing to be done for `install'.
#make
make[3]: Nothing to be done for `all'.
<=== src/os/unix
===> src/ap
make[3]: Nothing to be done for `all'.
<=== src/ap
Then run :
==========
#make install
make: Nothing to be done for `install'.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2008 02:26 AM
08-12-2008 02:26 AM
Re: is it a error , have I successfully installed
The output from your "make" command looks like the compilation process is going through several directories, and some of the directories are already up to date, i.e. there is nothing that needs to be compiled or otherwise refreshed at the moment. So it may not be an error, just an informational message.
If the "make: Nothing to be done for 'install'" is the *only* output of the "make install" command, it probably means that the "make install" target is defined as an empty target in the configuration file of the make tool (usually named "Makefile" or "makefile").
How to fix it:
Read the installation instructions of the source package. Maybe "make install" is not the correct way to install this software.
Seriously, it is very difficult to determine the problem with this small amount of information. What's the name and version of the software you're trying to install?
MK
If the "make: Nothing to be done for 'install'" is the *only* output of the "make install" command, it probably means that the "make install" target is defined as an empty target in the configuration file of the make tool (usually named "Makefile" or "makefile").
How to fix it:
Read the installation instructions of the source package. Maybe "make install" is not the correct way to install this software.
Seriously, it is very difficult to determine the problem with this small amount of information. What's the name and version of the software you're trying to install?
MK
MK
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP