1 Jan 2004 01:07
Re: problems with libX11.a
Mark Mussetter <mark <at> link-comm.com>
2004-01-01 00:07:11 GMT
2004-01-01 00:07:11 GMT
Hi Harold, Thanks for your help. We were able to get MicroWindows running after you pointed us in the right direction. We already had the Xfree86-prog package but you comments about trying to link explicitly to libX11.a led us to the problem. The following is a clip from Makefile.rules: ifeq ($(X11), Y) DEFINES += -DX11=1 ifneq ($(ARCH),CYGWIN) # Cygwin can't use this - the -lX11 needs to be specified # *after* the object files that use it, but this inserts # it at the start. For Cygwin, we will add libX11.a to the # library list instead. LDFLAGS += -L/usr/X11R6/lib -lX11 else MW_CORE_LIBS += /usr/X11R6/lib/libX11.dll.a endif ifeq ($(ARCH),FREEBSD-X86) INCLUDEDIRS += -I/usr/X11R6/include endif ifeq ($(ARCH),CYGWIN) INCLUDEDIRS += -I/usr/X11R6/include endif endif We changed the 10th line to its current state. It used to say "MW_CORE_LIBS += /usr/X11R6/lib/libX11.a" Once we made that change everything else fell into place and we were able(Continue reading)
I start up cygwin/x and it immediately displays the xdm login from the
slackware system. The only thing I can do then is log into to my
linux system.
Do I then need to run a *local* cygwin window on my win2k system and
run 'xwinclip'? In that case what will running 'xhost 127.0.0.1' on
the remote system do? (I know what xhost does, I just don't see what
it has to do with running xwinclip).
Or have I got hold of completely the wrong end of the stick?
RSS Feed