Xref: utzoo comp.lang.c:33094 comp.windows.x:28649 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!newstop!sun!ringworld.Eng.Sun.COM!eager From: eager@ringworld.Eng.Sun.COM (Michael J. Eager) Newsgroups: comp.lang.c,comp.windows.x Subject: Re: ld.so error: Undefined symbol: _XtInherit Message-ID: <144102@sun.Eng.Sun.COM> Date: 24 Oct 90 00:52:55 GMT References: <10955@hubcap.clemson.edu> Sender: news@sun.Eng.Sun.COM Organization: Sun Microsystems, Mt. View, Ca. Lines: 18 In article <10955@hubcap.clemson.edu> bo@hubcap.clemson.edu (Bo Slaughter) writes: >After compiling a program, and then trying to run it I get this message: > >ld.so: Undefined symbol: __XtInherit > >I have both the X11R4 and OpenWindows II libraries. I have the "-lXt" on >my compile statement, I have all the files included that I believe should >be included. I have ran ranlib and ldconfig on my libraries to make sure >there up to date. > >My question is where is XtInherit defined? Can anyone tell me how to >fix this? Check your LD_LIBRARY_PATH setting to make sure that it includes the path to the library containing Xt. -- Mike Eager