- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Linux makefile in hp-ux
Operating System - Linux
1821981
Members
3092
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
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
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
тАО03-15-2007 11:07 PM
тАО03-15-2007 11:07 PM
I am trying to run a makefile that is built for linux on a hp-ux machine. The problem is that I get an error when I try to execute the make command:
Make: Must be a seperator on rules line 151. Stop.
The line that the execution halts on are always the first one with a command other then
something = somthing else
or
include ........
so when there are an ifeq or echo statement, the above error message shows up. anyone know about some big differense between linux make and hp-ux that I should be aware about?
Make: Must be a seperator on rules line 151. Stop.
The line that the execution halts on are always the first one with a command other then
something = somthing else
or
include ........
so when there are an ifeq or echo statement, the above error message shows up. anyone know about some big differense between linux make and hp-ux that I should be aware about?
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2007 11:15 PM
тАО03-15-2007 11:15 PM
Solution
Linux uses gmake. HP-UX uses standard make with no features.
You'll need to get gmake on HP-UX:
http://hpux.cs.utah.edu/hppd/hpux/Gnu/make-3.81/
You'll need to get gmake on HP-UX:
http://hpux.cs.utah.edu/hppd/hpux/Gnu/make-3.81/
- Tags:
- gmake
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2007 01:56 AM
тАО03-19-2007 01:56 AM
Re: Linux makefile in hp-ux
within the make file it likely specifies gcc and gmake as the compiling tools.
You can download the gmake and gcc from the hpux open source depot referenced in another posted reply.
You can download the gmake and gcc from the hpux open source depot referenced in another posted reply.
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