This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
David, Are you building from source? The current Solaris Motif environment is 2.1 compatible. The /usr/dt/include/Xm/Xm.h file defines: #define XmVERSION_STRING "@(#)Motif Version 2.1.0" unless MOTIF12_HEADERS is defined, which shouldn't be. The /usr/dt/lib/libXm.so is a link on our systems to libXm.so.4, which is 2.1 compatible: % strings libXm.so | grep Version motifVersion MotifVersion $XpmVersion: 3.4i $ $XpmVersion: 3.2c $ @(#)Motif Version 2.1.0 If your libXm.so is pointing to the older libXm.so.3, you would have: % strings libXm.so.3 | grep Version @(#)OSF/Motif Version 1.2.6 Check your /usr/dt/lib environment and make sure it is current to libXm.so.4, otherwise, its possible that you did not upgrade your motif if you upgraded the Solaris OS on an older system. Steve Chiswell Unidata User Support >From: David Magee <address@hidden> >Organization: UCAR/Unidata >Keywords: 200508192226.j7JMQwjo023096 > >Hi, > > I'm trying to get gempak 5.8.3a running on a Sun Solaris 10 (sparc) >system, and I get an error that my version of motif is 1.2.6 and it needs >to be 2.1 > >Do you guys have a recommended version of motif? > >Thanks- > >David > -- NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.