- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Removing -ansi flag
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
06-25-2003 07:04 AM
06-25-2003 07:04 AM
Removing -ansi flag
In the INSTALL file it said:
HPUX
If you are using gcc you may have to remove the '-ansi'flag. This is gcc version dependent.
I tried to compaile with th flag, but I recived error.
How do I remove -ansi flag ?
Miro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 07:14 AM
06-25-2003 07:14 AM
Re: Removing -ansi flag
Look at the Makefile and search for "CFLAGS". If that variable says "ansi", then you will need to remove it.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 07:26 AM
06-25-2003 07:26 AM
Re: Removing -ansi flag
Any other suggestion ?
Miro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 07:32 AM
06-25-2003 07:32 AM
Re: Removing -ansi flag
$ cd
$ find . -name Makefile | xargs grep ansi
...and remove the references from wherever it appears.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 07:35 AM
06-25-2003 07:35 AM
Re: Removing -ansi flag
I don't have the code for BIND.
Do you see a file called
Makefile.get.gcc anywhere?
Do a find. You may find this under each platform's directory. Select the one for the corresponding HP version.
Search for "ansi" in the above file.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 10:23 AM
06-25-2003 10:23 AM
Re: Removing -ansi flag
Could you tell me what version of BIND (even better depot) shuld I use with the HP-UX 11.11 ?
Miro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 10:27 AM
06-25-2003 10:27 AM
Re: Removing -ansi flag
BIND 9.2.0 can be found here:
http://www.software.hp.com/ISS_products_list.html
Regards!
...JRF...