Path: utzoo!attcan!uunet!aplcen!haven!cs.wvu.wvnet.edu!cerc.wvu.wvnet.edu!hawksnest!ntm From: ntm@hawksnest.cerc.wvu.wvnet.edu (Network Traffic Monitor) Newsgroups: comp.windows.x Subject: Undefined symbol _XtGrayPixmap Message-ID: <602@babcock.cerc.wvu.wvnet.edu> Date: 29 Jun 90 00:16:15 GMT Sender: news@cerc.wvu.wvnet.edu Lines: 51 X11R4 was just installed on uor system and my code which compiled under X11R3 refuses to link under X11R4. The link error: ld: Undefined symbol _XtGrayPixmap occurs during the link. I set the trace option to determine what module required _XtGrayPixmap and the error occured as below: /usr/lib/libXaw.a: /usr/lib/libXaw.a /usr/lib/libXmu.a: /usr/lib/libXmu.a /usr/lib/libXt.a: /usr/lib/libXt.a /usr/lib/libX11.a: /usr/lib/libX11.a /usr/lib/libXext.a: /usr/lib/libXext.a -lc: /lib/libc.sa.1.5 ld: Undefined symbol _XtGrayPixmap -t: -dc: -dp: -e: -X: -o: /usr/lib/crt0.o: /usr/lib/crt0.o I have greped all my source and all the system header files for XtGrayPixmap without any luck. Could some kind soul point me in the direction of the elusive XtGrayPixmap. Jim Coleman In order to understand recursion you need to understand recursion.