rtidd@CCELS3.MITRE.ORG (Randy Tidd) (01/05/91)
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