HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ANSI make
Operating System - HP-UX
1836265
Members
3381
Online
110097
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
Forums
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
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
01-17-2003 01:36 AM
01-17-2003 01:36 AM
ANSI make
Hi ANSI exports:
I'm migrating C source code and corresponding make files from TRU64 platform to HP UX platform. I countered the problem that the HP make doesn't recognise prefix and suffix symbols in the TRU64(e.g. $(tarcwg01_OBJS/^/$(CWGDIR)\/). Now I try to install ANSI C make program in the HP UX platform. Any export can help me for these points:
1> WHere to download or buy ANSI make program?
2> Where to find the "ANSI make" related DOCs so that I may need to do some change to my old makefile?
Thanks
Jianqiang
have
I'm migrating C source code and corresponding make files from TRU64 platform to HP UX platform. I countered the problem that the HP make doesn't recognise prefix and suffix symbols in the TRU64(e.g. $(tarcwg01_OBJS/^/$(CWGDIR)\/). Now I try to install ANSI C make program in the HP UX platform. Any export can help me for these points:
1> WHere to download or buy ANSI make program?
2> Where to find the "ANSI make" related DOCs so that I may need to do some change to my old makefile?
Thanks
Jianqiang
have
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2003 01:44 AM
01-17-2003 01:44 AM
Re: ANSI make
You have to buy,ANSI C need a license
fred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2003 02:07 AM
01-17-2003 02:07 AM
Re: ANSI make
For make use GNU make (https://www.beepz.com/personal/merijn/ or http://www.cmve.net/~merijn/ (both have make-3.80) or http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.79.1/), making porting from OS to OS a lot easier.
The C compiler bundled with HP-UX is braindead, non ANSI compliant, and useless for porting. You'd either have to buy HP's C-ANSI-C compiler, or download and install GNU gcc (3.2 or up) which is free, but it's generated code is 25% slower than the code generated by HP's compiler. Gcc is available on https://www.beepz.com/personal/merijn/ or http://www.cmve.net/~merijn/ or http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.2/
Enjoy, have FUN! H.Merijn
The C compiler bundled with HP-UX is braindead, non ANSI compliant, and useless for porting. You'd either have to buy HP's C-ANSI-C compiler, or download and install GNU gcc (3.2 or up) which is free, but it's generated code is 25% slower than the code generated by HP's compiler. Gcc is available on https://www.beepz.com/personal/merijn/ or http://www.cmve.net/~merijn/ or http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.2/
Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2003 02:38 AM
01-17-2003 02:38 AM
Re: ANSI make
Hi,
you need to buy HP C/ANSI C compiler. it's not downloadable
making changes to old makefile doesn't seems to be work, since you are porting from Tru64 to HP-UX.
you need to buy HP C/ANSI C compiler. it's not downloadable
making changes to old makefile doesn't seems to be work, since you are porting from Tru64 to HP-UX.
never give up
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP