[comp.windows.x] Problems building X11 Xsun

Rick.Busdiecker@SPICE.CS.CMU.EDU (10/31/87)

I'm trying to build X11 on a Sun 3/280.  When I try to build the
server, by typing ``make Xsun'' from the server directory, things go
smoothly until linking where I get the output at the end of this
message.  If anyone can tell what I'm doing wrong, *please* let me know.

			Rick

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

cc -g -DDEBUG -o Xsun ddx/sun/sunInit.o ddx/sun/libsun.a ddx/cfb/libcfb.a
dix/li
bdix.a os/4.2bsd/libos.a ddx/mfb/libmfb.a ddx/mi/libmi.a
./../extensions/server/
libext.a -lm -ldbm 
Undefined:
_sunBW2Probe
_sunGetImage
_sunDisplayCursor
_sunChangeWindowAttributes
_sunKbdProc
_sunPointerNonInterestBox
_sunSetCursorPosition
_sunBlockHandler
_sunRecolorCursor
_sunConstrainCursor
_sunCG4CProbe
_sunUseSunWindows
_sunUnrealizeCursor
_sunRealizeCursor
_sunGetSpans
_sunMouseProc
_sunWakeupHandler
_sunInitCursor
_sunCreateWindow
_sunCG2CProbe
_sunCreateGC
_sunCursorLimits
_ProcessInputEvents
_LegalModifier
_TimeSinceLastInputEvent
_main: dix/libdix.a(main.o): multiply defined

Rick.Busdiecker@SPICE.CS.CMU.EDU (11/01/87)

Thanks for the quick replies.  The solution is to apply fix #1.

			Rick