Date: Mon, 30 Mar 1998 21:58:43 -0600 (CST) From: "Daniel M. Eischen" <deischen@iworks.InterWorks.org> To: freebsd-ports@FreeBSD.ORG, shimon@simon-shapiro.org Subject: Re: audio/xmcd does not build on current Message-ID: <199803310358.VAA06970@iworks.InterWorks.org>
next in thread | raw e-mail | index | archive | help
Simon Shapiro wrote: > a. REQUIRES_MOTIF= yes > But lesstiff is installed > > b. root@sendero on ttyp5 at Mon Mar 30 in /usr/ports/audio/xmcd 1.[210] > $ make > >> Checksum mismatch for xmcd-2.2.tar.gz. > > > c. and then: > > cc -o xmcd -O2 -L/usr/X11R6/lib cdfunc.o dbprog.o geom.o help.o hotkey.o main.o widget.o ../common_d/libutil.a ../cddb_d/libcddb.a ../libdi_d/libdi.a -lXaw -lXmu -L/usr/X11R6/lib -lXt -lX11 -lXt -lSM -lICE -lXext -lX11 -Wl,-R,/usr/X11R6/lib > cdfunc.o: Undefined symbol `_XmStringCreateSimple' referenced from text segment > cdfunc.o: Undefined symbol `__XmStrings' referenced from text segment > cdfunc.o: Undefined symbol `_XmStringFree' referenced from text segment > cdfunc.o: Undefined symbol `__XmStrings' referenced from text segment > cdfunc.o: Undefined symbol `__XmStrings' referenced from text segment > cdfunc.o: Undefined symbol `_XmStringCreateSimple' referenced from text segment > cdfunc.o: Undefined symbol `__XmStrings' referenced from text segment > cdfunc.o: Undefined symbol `_XmStringFree' referenced from text segment > cdfunc.o: Undefined symbol `_XmStringCreateSimple' referenced from text segment > .... > > Simon Hi Simon, It works fine for me, with ports cvsup'd Mar 28. I'm using Xig CDE/Motif-1.2.5. /etc/make.conf has: HAVE_MOTIF= yes MOTIFLIB= -L${X11BASE}/lib -lXm The md5 checksum on xmcd-2.2.tar.gz verifies also. Dan Eischen deischen@iworks.InterWorks.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803310358.VAA06970>