> 1. Run src/tools/build-utils.sh to get Gray streams, simple-streams,
>    CLX, CLM, and Hemlock built.

I'm not having any luck with this.  In particular, I first run
create-target, then build-world, then rebuild-lisp, then build-world
again, then load-world, then build-utils.  build-utils builds a bunch
of stuff, and eventually dies when it tries to call:

gcc -o motifd -L/usr/X11R6/lib main.o server.o translations.o packet.o message.o 
datatrans.o requests.o callbacks.o widgets.o resources.o tables.o motif.o text.o 
xmstring.o list.o events.o -static -lXm -dynamic -lXt -lXext -lX11 -lSM -lICE -lXp -ldl

I get many errors relating to undefined references to symbols prefixed
with pthread (e.g., pthread_mutex_init, pthread_cond_init,
pthread_self, etc.) and the linking fails.  Am I missing a library or
something?

rif

Reply via email to