Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!sdd.hp.com!elroy.jpl.nasa.gov!ucla-cs!lanai.cs.ucla.edu!waldorf From: waldorf@lanai.cs.ucla.edu (Jerry Waldorf) Newsgroups: comp.windows.x Subject: libXt.so.4.0 Message-ID: <1991May24.204344.17144@cs.ucla.edu> Date: 24 May 91 20:43:44 GMT Sender: usenet@cs.ucla.edu (Mr. News Himself) Organization: UCLA Computer Science Department Lines: 11 Originator: waldorf@lanai.cs.ucla.edu Nntp-Posting-Host: lanai.cs.ucla.edu When I compile my programs with cc test.c -lXaw -lXmu -lXt -lXext -lX11 I get ld.so: Undefined symbol: __XtInherit but if I have the -Bstatic flag then it works fine. How can I get my programs to work with dynamic libraries. I am running on a Sun 4.1.1 with X11R4. -- Jerry