Where can I download OpenMotif for Solaris ?


 
Thread Tools Search this Thread
Top Forums Programming Where can I download OpenMotif for Solaris ?
# 1  
Old 02-23-2005
Where can I download OpenMotif for Solaris ?

The ones on Motif Zone are for MacOS, Linux and FreeBSD only.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Where to download libpcre.so.1 for Solaris 10?

Hello This is my x86 Solaris 10 server, update11. I was asked to install wget on this. I found it on internet and installed, but it is missing one library and I am not able to find, what package should I install, to install that or individually I can get it from web ? Please help me to find this.... (2 Replies)
Discussion started by: ron323232
2 Replies

2. Solaris

Looking for X.25 Download (Solaris 8)

Hello Forum Folks, I'm hoping to find a trustworthy download of a (Solstice?) X.25 package suitable for Solaris 8. I've been searching the Internet for many weeks (I am subscribed to "UNIX Packages", previously 'sunfreeware' and could not find anything). Would anyone know or have this... (3 Replies)
Discussion started by: ssid61
3 Replies

3. Solaris

Which Solaris 11 download package to use

Hi, One quick question: Which download package should I use to install the whole Solaris 11 OS? Can I use the Text Install package that is only 400 MB? or I need to use the Solaris 11 11/11 Repository Image package? I am in hurry to do it but somewhat confused here. Thank you in advance! ... (6 Replies)
Discussion started by: aixlover
6 Replies

4. Solaris

Download of Solaris 9/9

Hi All, Can somebody tell me, if Solaris -9 (Update 9) is available for download for Sparc ? If yes, please guide me. I need to upgrade my Solaris-9 update-7 to Solaris-9 update-9 for a specific requirement. On support.oracle.com, I can only see Solaris-10 and Solaris-11 under Download... (1 Reply)
Discussion started by: solaris_1977
1 Replies

5. Programming

Openmotif toolkit!

I'm using ubuntu 9.10 as OS and i installed a toolkit of widgets: openmotif. The packages are: libmotif3, libx11-dev, libxp-dev, libxt-dev, x-dev. How can I compile a program including the MOTIF toolkit? I tried: gcc <my_file.c> -L /usr/lib/ It doesn't work I don't know very much the... (6 Replies)
Discussion started by: mghis
6 Replies

6. Solaris

Solaris OS download

Can someone guide me to a link where i can download older update for solaris 10 os i need solaris 10u4-6 . I couldn't find one on sun.com (5 Replies)
Discussion started by: fugitive
5 Replies

7. Solaris

Please,cannot install solaris 10 after download

I download sun solaris 10(sol-10-u5-ga-x86-dvd-iso-a), then I extract the file but I cannot install. after that I burn it to DVD than reboot the computer to make it install but it dosenot work. Please tell me how can I do:mad: (4 Replies)
Discussion started by: sackNumchai
4 Replies

8. UNIX for Dummies Questions & Answers

How can I download in Solaris?

I'm just trying to get SSH setup on Solaris and I want to download it. For some reason, if I ever goto a site and try to download something, it doesn't work. When I click on the download link it just goes to a blank page and sits there. Can anyone help a Solaris newb out? Thanks. (1 Reply)
Discussion started by: AMDPwred
1 Replies

9. UNIX for Dummies Questions & Answers

Solaris 8 download

Hey doe's anyone know of a direct link to download Solaris 8 for an Intel system? I've been looking all over the Sun site and others and i cant find were to download it, if i click on something like Solaris 8 binaries in the downloads page it just tells me about Solaris. Please help. Thanx (4 Replies)
Discussion started by: Gavan
4 Replies
Login or Register to Ask a Question
dat_pz_create(3DAT)				     Direct Access Transport Library Functions				       dat_pz_create(3DAT)

NAME
dat_pz_create - create an instance of the Protection Zone SYNOPSIS
cc [ flag... ] file... -ldat [ library... ] #include <dat/udat.h> DAT_RETURN dat_pz_create ( IN DAT_IA_HANDLE ia_handle, OUT DAT_PZ_HANDLE *pz_handle ) PARAMETERS
ia_handle Handle for an open instance of the IA. pz_handle Handle for the created instance of Protection Zone. DESCRIPTION
The dat_pz_create() function creates an instance of the Protection Zone. The Protection Zone provides Consumers a mechanism for association Endpoints with LMRs and RMRs to provide protection for local and remote memory accesses by DTOs. RETURN VALUES
DAT_SUCCESS The operation was successful. DAT_INSUFFICIENT_RESOURCES The operation failed due to resource limitations. DAT_INVALID_PARAMETER Invalid parameter. DAT_INVALID_HANDLE The ia_handle parameter is invalid. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard: uDAPL, 1.1, 1.2 | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
libdat(3LIB), attributes(5) SunOS 5.11 16 Jul 2004 dat_pz_create(3DAT)