Motif w/ Solaris 2.4 ?

Motif w/ Solaris 2.4 ?

Post by Bogdan Ur » Thu, 15 Jun 1995 04:00:00



    I have Solaris 2.4 x86, which includes the shared Xm 1.2.3 Motif library,
and the Xm header files. Why does Sun say that this is a runtime
environment and that I must purchase the SDK if I want to compile and
develop Motif apps, when I can do just that with what I have?

Bogdan

-----------
Bogdan Urma                            
The Xandau Corporation                

WWW:   http://www.xandau.com/bogdan      

 
 
 

Motif w/ Solaris 2.4 ?

Post by Antonino Vita » Thu, 15 Jun 1995 04:00:00



AVV>    I have Solaris 2.4 x86, which includes the shared Xm 1.2.3 Motif library,
AVV>and the Xm header files. Why does Sun say that this is a runtime
AVV>environment and that I must purchase the SDK if I want to compile and
AVV>develop Motif apps, when I can do just that with what I have?
AVV>
AVV>Bogdan
AVV>
AVV>-----------
AVV>Bogdan Urma                            
AVV>The Xandau Corporation                

AVV>WWW:   http://www.xandau.com/bogdan      

You probably can only run applications compiled for Motif. I suspect
not all applications compiled for Motif may run in Openlook. If that is
true then the Motif application will need to access the shared libraries
to run correctly in the Openlook environment.

---
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+     / Nino Vitale     /              //                                  +
+I never met a Vogon I didn't like. \\// Amiga - Realize the possibilities +

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 
 
 

Motif w/ Solaris 2.4 ?

Post by Casper H.S. D » Thu, 15 Jun 1995 04:00:00



>You probably can only run applications compiled for Motif. I suspect
>not all applications compiled for Motif may run in Openlook. If that is
>true then the Motif application will need to access the shared libraries
>to run correctly in the Openlook environment.

They should run under OPenLook/Motif unless they require special
window manager addistance.  All shared libs are shipped with the
base OS.

You can compiled Motif apps with the base SOlaris 2.4 environment.

Casper
--
Casper Dik - Network Security Engineer - Sun Microsystems
This article is posted from my guest account at the University

Opinions expressed here are mine (but you're welcome to share them with me)

 
 
 

Motif w/ Solaris 2.4 ?

Post by Andrew R. Tef » Fri, 16 Jun 1995 04:00:00



>    I have Solaris 2.4 x86, which includes the shared Xm 1.2.3 Motif library,
>and the Xm header files. Why does Sun say that this is a runtime
>environment and that I must purchase the SDK if I want to compile and
>develop Motif apps, when I can do just that with what I have?

Actually I never heard Sun say that. They *do* say that the reason mwm
is not included with the OS is because they don't want to support it,
with the CDE window manager coming out which will be supported.

--


 
 
 

Motif w/ Solaris 2.4 ?

Post by Mike Batchel » Sat, 17 Jun 1995 04:00:00



Quote:>    I have Solaris 2.4 x86, which includes the shared Xm 1.2.3 Motif library,
>and the Xm header files. Why does Sun say that this is a runtime
>environment and that I must purchase the SDK if I want to compile and
>develop Motif apps, when I can do just that with what I have?

No static Motif libs are included with Solaris 2.4, so you would not be
able to distribute any applications you built.  No documentation is
included, either.  The SDK has both.
--

  ClarkNet censors the newsfeed, so I am looking for a new Internet provider
   local to Annapolis, Maryland.  Dialup PPP service and custom domain name
    desired, with possible future ISDN.  Responses to this mailbox, please.
 
 
 

Motif w/ Solaris 2.4 ?

Post by Casper H.S. Dik - Network Security Engine » Sat, 17 Jun 1995 04:00:00



>No static Motif libs are included with Solaris 2.4, so you would not be
>able to distribute any applications you built.  No documentation is
>included, either.  The SDK has both.

I haven't found static Motif libraries on the 2.4 SDK either.
You can still ship your binary: but the usefulness is limited
to people running Solaris 2.4 or later.

Casper
--
Expressed in this posting are my opinions.  They are in no way related
to opinions held by my employer, Sun Microsystems.

 
 
 

Motif w/ Solaris 2.4 ?

Post by Casper H.S. D » Sun, 18 Jun 1995 04:00:00



Quote:>The last paragraph does not really make sense.  You can link the apps
>dynamically on your own machine, if it is running Solaris 2.4 or >, and
>distribute them to anyone else who is running Solaris 2.4 on the same
>processor.  They will not run on 2.3, but everyone ought to get 2.4 anyway.

Indeed.  You cna ship dynamically linked Motif apps made under 2.4 to
run under 2.4.

Quote:>I wonder, does the SDK even include Xm.a ?  Sun in general does not
>recommend static linking, but the OSF does not allow you to distribute
>Xm.so, while it is acceptable to distribute statically linked versions.
>What is Sun's position on static linking Xm?

The SDK doesn't include libXm.a, static linking of the Motif library is
not supported.  From what I heard I gather the same will be true for most
CDE libraries as well.

Casper
--
Casper Dik - Network Security Engineer - Sun Microsystems
This article is posted from my guest account at the University

Opinions expressed here are mine (but you're welcome to share them with me)

 
 
 

Motif w/ Solaris 2.4 ?

Post by R. Stewart Ell » Sun, 18 Jun 1995 04:00:00



 >>    I have Solaris 2.4 x86, which includes the shared Xm 1.2.3 Motif library,
 >>and the Xm header files. Why does Sun say that this is a runtime
 >>environment and that I must purchase the SDK if I want to compile and
 >>develop Motif apps, when I can do just that with what I have?

 >No static Motif libs are included with Solaris 2.4, so you would not be
 >able to distribute any applications you built.  No documentation is
 >included, either.  The SDK has both.

The last paragraph does not really make sense.  You can link the apps
dynamically on your own machine, if it is running Solaris 2.4 or >, and
distribute them to anyone else who is running Solaris 2.4 on the same
processor.  They will not run on 2.3, but everyone ought to get 2.4 anyway.

I wonder, does the SDK even include Xm.a ?  Sun in general does not
recommend static linking, but the OSF does not allow you to distribute
Xm.so, while it is acceptable to distribute statically linked versions.
What is Sun's position on static linking Xm?

 >--

 >  ClarkNet censors the newsfeed, so I am looking for a new Internet provider
 >   local to Annapolis, Maryland.  Dialup PPP service and custom domain name
 >    desired, with possible future ISDN.  Responses to this mailbox, please.
--
  R.Stewart(Stew) Ellis, Assoc.Prof., (Off)810-762-9765   ___________________
  Humanities & Social Science,  GMI Eng.& Mgmt. Inst.    /   _____  ______

  Web admin:  chimera,nn,tin,jove,kermit - free's best!/________/ /  /  / /

 
 
 

1. Is solaris 2.4 motif the same the cde motif ?

I have noticed that solaris 2.4 motif is version 1.2.3 and it gets
installed under /usr/dt.  So this a question of those of you that have
already installed the early access version.  

It looks like solaris 2.4 motif is installed under the same place as
the cde motif.  It is the same as the cde's motif and do you get cde
with solaris 2.4 ?

Thanks,
Minh Tran-Le.

2. Q: Compiling Gimp on RH5.0

3. Solaris 2.4, Motif & HP Jetadmin

4. Diamond Stealth II S220.

5. Build: X11R5 and Motif 1.2.5 on Solaris 2.4

6. Can't mount FAT32 with Red Hat 6.0

7. Motif 1.2.2 & Solaris 2.4

8. Mach64GT alias ATI 2MB SGRAM

9. Solaris 2.4 and Motif

10. FileSelectionDialog problem on Solaris 2.4 Motif 1.2.2

11. Motif app ported to Solaris 2.4 runs too slow

12. Does Motif come with Solaris 2.4?

13. DOOM,Solaris 2.4 and Motif 1.2: HELP!