vnc-3.3.7 with cygwin

Alexander Gottwald alexander.gottwald@s1999.tu-chemnitz.de
Mon Mar 24 11:57:00 GMT 2003


On Mon, 24 Mar 2003, roland wrote:

> c++ -O2 -Wall -L/usr/X11R6/lib  -o vncviewer argsresources.o colour.o desktop.o
> dialogs.o fullscreen.o listen.o misc.o popup.o rfbproto.o selection.o shm.o vncv
> iewer.o sockets.o zrle.o buildtime.o ../rfb/librfb.a ../rdr/librdr.a  ../zlib/li
> bz.a   -lXmu -lXaw -lXt -lX11 -lXext
> /usr/X11R6/lib/libXaw.a(Form.o)(.text+0x45f):Form.c: undefined reference to `_Xm
> uNewCvtStringToWidget'
> /usr/X11R6/lib/libXaw.a(Form.o)(.text+0x481):Form.c: undefined reference to `_Xm
> uCvtWidgetToString'
> /usr/X11R6/lib/libXaw.a(Toggle.o)(.text+0xc7):Toggle.c: undefined reference to 

This seems to be a problem with the order of libraries. Try -lXaw -lXmu -lXt

bye
	ago



More information about the Cygwin-xfree mailing list