- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- gnuplot and 11i - what's up!?
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
08-21-2002 04:00 AM
08-21-2002 04:00 AM
I have a J6000 running HPUX 11i and I'm trying to install gnuplot and its dependancies. I went to the catalog of HP-UX software. I tried installing the 3.7.1 binary for HPUX 11.0. It created a directory structure with some files in it, but I couldn't get gnuplot to launch. I also tried the 3.7.1 source code tar and it wouldn't compile with cc or gcc. I keep getting the following error:
hidden3d.c: In function `intersect_polygon':
hidden3d.c:1714: `m' undeclared (first use in this function)
hidden3d.c:1714: (Each undeclared identifier is reported only once
hidden3d.c:1714: for each function it appears in.)
hidden3d.c:1714: parse error before numeric constant
hidden3d.c:1714: parse error before numeric constant
hidden3d.c:1719: parse error before numeric constant
hidden3d.c:1719: parse error before numeric constant
hidden3d.c:1731: parse error before numeric constant
hidden3d.c:1731: parse error before numeric constant
*** Error exit code 1
Stop.
Then I downloaded ftp://ftp.ucc.ie/pub/gnuplot/gnuplot-3.7.2.tar.gz and tried to compile it and got the same error as above.
My gcc64 version is 3.0.2.
Thanks for taking a look,
Tom
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 04:10 AM
08-21-2002 04:10 AM
Re: gnuplot and 11i - what's up!?
http://hpux.cs.utah.edu/hppd/hpux/X11/Graphics/libpng-1.2.4/
http://hpux.cs.utah.edu/hppd/hpux/Misc/zlib-1.1.4/
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 04:51 AM
08-21-2002 04:51 AM
SolutionTom,
I just installed zlib, libpng, and gnuplot, and had some issues:
(1) I had to copy the /usr/local/lib/libz* to /opt/zlib/lib
(2) I had to create /opt/libpng, then /opt/libpng/lib, then copy /usr/local/lib/libpng* /opt/libpng/lib
then it worked!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 05:26 AM
08-21-2002 05:26 AM
Re: gnuplot and 11i - what's up!?
Thanks for the pointers. Which download should I install? I was thinking the 11.0 binary from the HP-UX catalog.
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 05:57 AM
08-21-2002 05:57 AM
Re: gnuplot and 11i - what's up!?
http://hpux.cs.utah.edu/hppd/hpux/Development/Tools/gnuplot-3.7.1/
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 07:49 AM
08-21-2002 07:49 AM
Re: gnuplot and 11i - what's up!?
I installed libpng, zlib and gnuplot from the HP software catalog as you recommended, and verified the lib files are in /opt/zlib/lib and /opt/libpng/lib and still no-workie.
I enter /opt/gnuplot/bin/X11/gnuplot and get the following error:
/usr/lib/dld.sl: Bad magic number for shared library: /opt/zlib/lib/libz.sl
/usr/lib/dld.sl: Exec format error
Abort(coredump)
I also tried re-installing zlib.
Any ideas??
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 09:08 AM
08-21-2002 09:08 AM
Re: gnuplot and 11i - what's up!?
Thanks for your help. You are a real time saver. I was trying to run the 11.20 version of zlib and libpng, along with the wrong gnuplot version. Sticking with 11.0 and moving the lib files under /opt did the trick.
Tom