- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Make command
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
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
Discussion Boards
Community
Resources
Forums
Blogs
- 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
07-19-2010 07:58 AM
07-19-2010 07:58 AM
Any insite on this would be greatly appreciated!
Tim
Solved! Go to Solution.
- Tags:
- make
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2010 08:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2010 08:13 AM
07-19-2010 08:13 AM
Re: Make command
> actually compile the C code again? [...]
It does what the makefile tells it to do.
With my weak psychic powers, I can't see
what's in your makefile, nor what you've done
so far.
> [...] it tells me [...]
_WHO_ tells you? As usual, showing actual
commands with their actual error messages can
be more helpful than vague descriptions and
interpretations.
For starters, what is this system?
uname -a
This sounds like an attempt to use a (lame)
bundled C compiler to do some serious work,
for which it was not intended. But with
approximately no useful information, it's
hard to be sure.
> [...] so why does it care [...]
Why does _WHO_ care? If you're trying to use
C compiler options which don't exist on your
C compiler, then the compiler might care.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2010 11:18 AM
07-19-2010 11:18 AM
Re: Make command
Only if your .c files are newer than your .o files.
>why does it care if the ANSI C compiler is on the system.
The cc driver doesn't bother to use advanced AI technology to determine that the option specified would be ignored anyway. Since you didn't pay for it, the cost would be too high.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2010 11:46 AM
07-19-2010 11:46 AM
Re: Make command
I think I understand now what I am looking at.
Thanks again!
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2010 05:44 PM
07-19-2010 05:44 PM
Re: Make command
And what would you say that the (nearly
information-free) question was worth?
By the way,
man make
explains a few basic facts about "make".