Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!sbi!zeus!hera!juemin From: juemin@hera.Salomon.Com (Juemin Sun) Newsgroups: comp.windows.x.motif Subject: Re: Motif 1.1 on Suns Message-ID: <344@plato.hera.Sbi.Com> Date: 16 Nov 90 16:54:24 GMT References: <11899@life.ai.mit.edu> Sender: usenet@hera.Sbi.Com Reply-To: juemin@hera.Salomon.Com (Juemin Sun) Organization: ProdX - Salomon Brothers, NY Lines: 23 dms@ai.mit.edu (David M. Siegel) wrote: >I'm building Motif 1.1 on a Sun. The compile completes without any significant problems. When I run "uil", >however, I the dynamic linker tells me that "__XtInherit" is undefined. Running "nm" on libXt.sa.4.0 >indicates that "__XtInherit" is defined. The "uil" program is being linked with this library. Any ideas on >why this would happen? I had this problem also when I compiled Motif 1.1. According OSF, the fix is to add the following in the line 333 of UilMain.c: XtToolkitInitialize(); >Also, has anyone modified the Motif 1.1 config directory to build shared Sun libraries for Xm and Mrm? I have compiled Xm and Mrm into shared libraries. That involves adding some parameters and rules in Motif.tmpl and modifying some Imakefile files. juemin@hera.sbi.com