Path: utzoo!attcan!uunet!cme!cam!blue From: blue@cam.nist.gov (Jim Blue) Newsgroups: comp.sys.sgi Subject: Linking X programs Message-ID: <3712@fs1.cam.nist.gov> Date: 1 Jun 90 16:53:31 GMT Organization: National Institute of Standards & Technology, Gaithersburg, MD Lines: 14 I am trying to link the simplest widget example from the Athena widget set, the "Hello world" example, xhw.c My cflags are -I/usr/include/bsd, and my libraries are -lXt -lX11 -lbsd -lm The linker can't find XtAppInitialize, which should be in the Xt library, but isn't on my Personal Iris, release 3.2 Can this really be the case, or am I making a beginner's error? Jim Blue, NIST blue@azure.cam.nist.gov