Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!uunet!snorkelwacker!bloom-beacon!SHAMASH.MCRCIM.MCGILL.EDU!mouse From: mouse@SHAMASH.MCRCIM.MCGILL.EDU (der Mouse) Newsgroups: comp.windows.x Subject: Re: Undefined symbol _XtGrayPixmap Message-ID: <9006300534.AA00421@shamash.McRCIM.McGill.EDU> Date: 30 Jun 90 05:34:19 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 24 > 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 > I set the trace option to determine what module required > _XtGrayPixmap and [...got nothing helpful...] > I have greped all my source and all the system header files for > XtGrayPixmap without any luck. 1) Please, always say what sort of a system it is. In this case, the output you quote makes me suspect you've got a Sun running release 4.x. On that assumption, 2) What you want is probably the -y option instead of the "trace" option. Try linking with -y_XtGrayPixmap and see if you get anything helpful. der Mouse old: mcgill-vision!mouse new: mouse@larry.mcrcim.mcgill.edu