This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: vnc-3.3.7 with cygwin


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]