Path: utzoo!attcan!uunet!know!zaphod.mps.ohio-state.edu!usc!ucsd!ucbvax!bloom-beacon!INTELLICORP.COM!TRANLE From: TRANLE@INTELLICORP.COM (Minh Tran-Le) Newsgroups: comp.windows.x Subject: Re: ld.so error: Undefined symbol: _XtInherit Message-ID: <9010202121.AA24347@expo.lcs.mit.edu> Date: 20 Oct 90 21:23:05 GMT References: <850@ucthpx.UUCP> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 15 > ld.so error: Undefined symbol: _XtInherit The usual cause for that error is that somebody tried to link on the sun with the shareable libXt.s[oa].xxx and the linker `ld' complained that you need to run ranlib on libXt.sa.xxx. DO NOT RUN RANLIB on libXt.sa.xxx . If you don't want the warning use cp -p to preserve the date on the libraries. Sun's ranlib does not work on shareable libraries. Minh Tran-Le. arpanet: tranle@intellicorp.com uucp: ..sun!icmv!mtranle -------