[comp.windows.x] libXt.so.4.0

waldorf@lanai.cs.ucla.edu (Jerry Waldorf) (05/25/91)

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