Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucsd!ucbvax!CCELS3.MITRE.ORG!rtidd From: rtidd@CCELS3.MITRE.ORG (Randy Tidd) Newsgroups: comp.windows.x.motif Subject: Undefined labels building with Motif 1.1 Message-ID: <9101041912.AA13924@ccels3.mitre.org> Date: 4 Jan 91 19:12:03 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 29 I just finished building (most of) Motif 1.1 on my Sun 3/60 running SunOS 4.1.1. When I tried to compile the demos, it blew up on the first one I tried, motifshell: [root:ccelsn] /home/motif/demos/motifshell (581) : make rm -f motifshell cc -o motifshell motifshell.o ../../lib/Xm/libXm.a ../../lib/Xt/libXt.a ../../lib/X/libX11.a ld: Undefined symbol __XtUninstallAccelerators _regex __XtRegisterAccRemoveCallbacks _regcmp *** Error code 2 make: Fatal error: Command failed for target `motifshell' I have tried building other things, such as my application that compiles under 1.0.x, and I got some or all of the same Undefined symbols. I looked at the source and found references to these routines in the Core methods in Xt, but couldn't find the routines defined anywhere. Has anyone else seen this? Is there a solution? Thanks in advance for any info! Randy Tidd rtidd@mwunix.mitre.org