Operating System - HP-UX
1833785 Members
2572 Online
110063 Solutions
New Discussion

GNU resources on HP_UX 10.20

 
emender
Occasional Contributor

GNU resources on HP_UX 10.20

Hi! I've some questions to bother you.
(1) Does the new gcc version 3.2 could be successfully installed on hp_ux 10.20? If I adopt the GCC sources in GNU website. How many changes should we do to install that and how many differences do it make between hp_ux 11.0 and hp_ux 10.20 on installing GCC and GNU make?
(2)On hp_ux 10.20, if I want to utilize the gtk+ X11 library, may I successfully compile the application program or installing gtk+ just using the inner-built cc compiler and make without gcc and GNU make?
dentice
3 REPLIES 3
Steve Steel
Honored Contributor

Re: GNU resources on HP_UX 10.20

Hi


This is not a small job. They could work but if written for the changed libraries they may never work.

There are 10.20 gnu depots at

http://www.smellycat.net/hp.html

See if they are usable


steve steel
If you want truly to understand something, try to change it. (Kurt Lewin)
H.Merijn Brand (procura
Honored Contributor

Re: GNU resources on HP_UX 10.20

make and gcc-3.2 are available for 10.20 on my ITRC site http://www.cmve.net/~merijn or https://www.beepz.com/personal/merijn

There's also some guidance there in how to (re)build gcc from scratch

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
emender
Occasional Contributor

Re: GNU resources on HP_UX 10.20

Thanks both of you!!
dentice