Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!think.com!mintaka!bloom-beacon!VUSE.VANDERBILT.EDU!drl From: drl@VUSE.VANDERBILT.EDU Newsgroups: comp.windows.x Subject: Re: Help X11 MetaFont Message-ID: <9011131907.AA00611@backup.vuse> Date: 13 Nov 90 19:07:57 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 13 It seems I left out a crucial piece of information in my original message: I got the error while trying to build trapmf. It seems that the windowing code is commented out during construction of the TRAP version of MetaFont so I was, in fact, linking again the toolkit when my program was not using the toolkit. Doing so, on a Sun, causes the error message I saw, Moral: If ld.so (under SunOS) tells yuou that __XtInherit is an undefined symbol, you have probably linked against libXt when you don't need to do so (even when you think you do). David