1767180 Members
4501 Online
108959 Solutions
New Discussion

autoconf on HP-UX 10.20

 
David Lockwood
Advisor

autoconf on HP-UX 10.20

I am trying to find autoconf for HP-UX 10.20. We have to develop user GUIs to work in conjunction with VPM user exits. To do this we need to use fltk and the code must be compiled on HP-UX 10.20 in order to link correctly to the VPM libraries. Can anyone point me in the right direct for a complete FLTK depot for 10.20 and autoconf for 10.20. I can find them for 11.xx but that is no good to me.

Thanks
David
1 REPLY 1
Pete Randall
Outstanding Contributor

Re: autoconf on HP-UX 10.20

David,

You'll have to build it yourself (because 10.20 is so old), but the source for autoconf is available here:

http://hpux.cs.utah.edu/hppd/hpux/Gnu/autoconf-2.59/

and FLTK is here:

http://hpux.cs.utah.edu/hppd/hpux/Development/Tools/fltk-1.1.4/


Pete

Pete