- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - OpenVMS
- >
- Compiling gnuplot on an IA64 OVMS 8.3-1H1
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
Compiling gnuplot on an IA64 OVMS 8.3-1H1
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-27-2013 12:39 AM - last edited on 06-27-2013 07:08 PM by Maiko-I
06-27-2013 12:39 AM - last edited on 06-27-2013 07:08 PM by Maiko-I
Compiling gnuplot on an IA64 OVMS 8.3-1H1
Compiling gnuplot on an IA64 OVMS 8.3-1H1
Hi All,
I am trying to compile gnuplot in our development server, but I am encountering a problem when I do it. I have downloaded the latest gnuplot from sourceforge, v4.6.3, and I am not sure whether is it really compatible with my current system:
HW: rx2660
OS: OVMS 8.3-1H1
C: HP C v7.1
MMK v4.0
What I have done:
1. Downloaded gnuplot 4.6.3 source codes from sourceforge (.tar.gz).
2. Extracted in OpenVMS server using gzip and vmstar.
3. Executed $@ configure.vms inside root of extracted directory.
4. Executed $ mmk inside [.src]
I also tried to use the buildvms.com inside the [.config] folder and it was failing as well.
Any hints on how I can compile and produce a working .exe file? Thanks!
P.S. This thread has been moevd from OpenVMS > General to OpenVMS > Languages and Scripting. - HP Forum Moderator
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-27-2013 04:10 AM
06-27-2013 04:10 AM
Re: Compiling gnuplot on an IA64 OVMS 8.3-1H1
Re: Compiling gnuplot on an IA64 OVMS 8.3-1H1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-27-2013 05:14 AM
06-27-2013 05:14 AM
Re: Compiling gnuplot on an IA64 OVMS 8.3-1H1
Re: Compiling gnuplot on an IA64 OVMS 8.3-1H1
Indded, configure.vms doesn't have a test for <stdbool.h> (which is a C99 feature). Adding HAVE_STDBOOL = 1 to configure.vms would do, as would hand editing config.h (adding a proper test for support would be better)
Alternatively, adding /STANDARD=ANSI89 to CFLAGS would work.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-08-2013 06:01 AM
07-08-2013 06:01 AM
Re: Compiling gnuplot on an IA64 OVMS 8.3-1H1
Re: Compiling gnuplot on an IA64 OVMS 8.3-1H1
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP