Operating System - HP-UX
1855285 Members
5451 Online
104109 Solutions
New Discussion

Re: Motif 1.2 & 2.1 on 11.0

 
SOLVED
Go to solution
Karen Elrod
Frequent Advisor

Motif 1.2 & 2.1 on 11.0

Hi,
Does anyone know if the old verion of motif (1.2) will work on HP-UX version 11?
Thanks,
Karen
5 REPLIES 5
Rainer_1
Honored Contributor
Solution

Re: Motif 1.2 & 2.1 on 11.0

as ll -d /usr/lib/Motif* lists
dr-xr-xr-x 2 bin bin 96 Sep 28 1999 Motif1.1
dr-xr-xr-x 2 bin bin 96 Feb 23 2000 Motif1.2
dr-xr-xr-x 2 bin bin 96 Sep 28 1999 Motif1.2_R6
dr-xr-xr-x 3 bin bin 96 Feb 23 2000 Motif2.1
think this should work
Karen Elrod
Frequent Advisor

Re: Motif 1.2 & 2.1 on 11.0

Thanks --
Kenneth Platz
Esteemed Contributor

Re: Motif 1.2 & 2.1 on 11.0

Karen,

I believe Rainer's answer should be qualified a bit further. HP-UX 11.0 provides RUNTIME libraries for Motif 1.1, 1.2, and 2.1 using X11R4, X11R5, and X11R6. However, HP only provides DEVELOPMENT libraries for Motif 1.2 on X11R6, so if you intend to build applications on 11.0, you must use Motif 2.1.

The other libraries are included for backwards compatibility with applications compiled on earlier versions of HP-UX.
I think, therefore I am... I think!
Alex Glennie
Honored Contributor

Re: Motif 1.2 & 2.1 on 11.0

Kenneth is 100 % correct, I would award him 10 pts as well while your at it.
Karen Elrod
Frequent Advisor

Re: Motif 1.2 & 2.1 on 11.0

Thanks for the additional information!