- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: GNUPlot for HP-UX 10.01
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-29-2001 01:45 AM
08-29-2001 01:45 AM
I have GNUPlot running on a couple of 10.20 machines and was wondering if any one has seen a copy for 10.01, I have tried to compile the 10.20 version on 10.01 but this complains of library problems.
I know this is a long shot but if anyone knows of a site I can get this from it would help.
I have already tried gnu.com and hpux.connect.org.uk but can only find versions for 10.20.
Thanx
Kev
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 02:20 AM
08-29-2001 02:20 AM
Re: GNUPlot for HP-UX 10.01
See if you can successfully compile it on 10.20, then I can give you the options to create a static version on 10.20 (with the libraries built into it) which is portable across 10.X and will then run fine on 10.01.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 05:02 AM
08-29-2001 05:02 AM
Re: GNUPlot for HP-UX 10.01
I have got GNUPlot compiled and running sucessfuly on several 10.20 boxes.
If you could let me know the options to create the static version which can be ported to 10.01 it would be appreciated.
Thx
Kev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 05:23 AM
08-29-2001 05:23 AM
Re: GNUPlot for HP-UX 10.01
Appologies for the mis-spelling of your name.
Thx
Kev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 05:32 AM
08-29-2001 05:32 AM
Re: GNUPlot for HP-UX 10.01
alrighty. Now, you need to modify the make file for Gnuplot to add the following compiler options;
-noshared -Wl,-a,archive
eg. add to the CCOPTIONS section
Then do a make clean (ensure all object files removed) and then make the binary. Now the binary should be much larger (as libraries built into it) and portable back to 10.01.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 05:36 AM
08-29-2001 05:36 AM
Re: GNUPlot for HP-UX 10.01
oops, forgot an extra option you may need. +DAportable
Try without first, if it doesnt work include it also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 06:41 AM
08-29-2001 06:41 AM
Re: GNUPlot for HP-UX 10.01
Unfortunatley it is still failing with Unrecognised symbols.
Tried the -noshared but I believe that this is for GCC, I forgot to mention that we are running HP-ANSI C so tried the -N option but this still failed.
the full line on our options is cc -Ae -N -Wl,a,archive,+DAportable it produces all the symbols but then fails on the link stage.
Is there any option that we should be using bearing i mind that this is ANSI C
Thx
Kev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 06:44 AM
08-29-2001 06:44 AM
Re: GNUPlot for HP-UX 10.01
-noshared works fine on HP ANSI C also. Im using a full HP ANSI C compiler.
Trying to create static binaries can be a real pain. Where did you download Gnu plot from ? I will install and create a static binary for you. Please include your email.
Cheers,
Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 06:49 AM
08-29-2001 06:49 AM
Re: GNUPlot for HP-UX 10.01
gnuplot was taken from gnuplot.vt.edu, it was already installed on the 10.20 machines when I started a couple of months back.
my mail address is klamb4@csc.com
If you could provide the binaries it would be a great help
Thx
Kev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 06:52 AM
08-29-2001 06:52 AM
Re: GNUPlot for HP-UX 10.01
The full link to the version of gnuplot that is currently running is :NORTH AMERICA:
Anonymous ftp to ftp.gnuplot.vt.edu:
ftp://ftp.gnuplot.vt.edu/pub/gnuplot/gnuplot-3.7.1.tar.gz
Alternatively, you can use your web browser to get gnuplot
from the gnuplot web pages at
http://members.theglobe.com/gnuplot/gp371tar.gz
http://www.geocities.com/SiliconValley/Foothills/6647/gp371tar.gz
Anonymous ftp to ftp.dartmouth.edu. Please try the
other sites first!
ftp://ftp.dartmouth.edu/pub/gnuplot/gnuplot-3.7.1.tar.gz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 07:59 AM
08-29-2001 07:59 AM
Re: GNUPlot for HP-UX 10.01
just emailed the static gnuplot binaries to you. Theyre in a tar gzip file.
Cheers,
Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 08:24 AM
08-29-2001 08:24 AM
Re: GNUPlot for HP-UX 10.01
Not sure if it is our mail server or not but I have not received the mail yet ;-}
Thx
Kev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 02:06 AM
08-30-2001 02:06 AM
Re: GNUPlot for HP-UX 10.01
I have used the gnuplot binaries that you have kindly sent and these work perfectly.
Thanks for your help with this one.
Kev
p.s. did you use any different cc options other than the ones that you suggested???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 02:12 AM
08-30-2001 02:12 AM
Solutionhad to make a couple of other changes to the Makefile. I added in a library (causing the unresolved symbol errors you encountered);
LIBS = -lm -L/opt/zlib/lib -l:libdld.sl
And had to modify a line which prevented object files being created when using the static lib options on cc;
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) -o $@
I think that was all.