From owner-freebsd-current Fri Dec 17 10: 8:18 1999 Delivered-To: freebsd-current@freebsd.org Received: from vulture.dmem.strath.ac.uk (vulture.dmem.strath.ac.uk [130.159.232.158]) by hub.freebsd.org (Postfix) with ESMTP id 995DF157B3 for ; Fri, 17 Dec 1999 10:08:14 -0800 (PST) (envelope-from roger@vulture.dmem.strath.ac.uk) Received: (from roger@localhost) by vulture.dmem.strath.ac.uk (8.9.3/8.9.3) id SAA02594 for current@freebsd.org; Fri, 17 Dec 1999 18:08:12 GMT (envelope-from roger) Date: Fri, 17 Dec 1999 18:08:12 GMT From: Roger Hardiman Message-Id: <199912171808.SAA02594@vulture.dmem.strath.ac.uk> To: current@freebsd.org Subject: fcnt, ecvt, gcvt and XFree86 2.9.16f build errors Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, The latest XFree86 snapshot, 3.9.16f (which is about to become the public 3.9.17 snapshot) does not build on FreeBSD -current. It compains about fcvt, ecvt and gcvt. The exact error log from building XFree86 3.9.16f follows. It compiles ok on my 3.4 box (just CVSuped) The next public snapshot of XFree86 3.9.x is due very soon, so a quick fix would be great. Cheers Roger -- Roger Hardiman roger@cs.strath.ac.uk roger@freebsd.org fcvt, ecvt and gcvt are used in ./xc/lib/misc/snprintf.c The important part of my make log follows making all in ./programs... making all in programs/appres... <..snip..> cc -o bitmap -O -L../../exports/lib BitEdit.o CutPaste.o Graphics.o ReqMach.o Bitmap.o Dialog.o Handlers.o -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -L/usr/X11R6/lib -lm ../../exports/lib/libXaw.a(MultiSrc.o): In function `InitStringOrFile': MultiSrc.o(.text+0xf7c): warning: tmpnam() possibly used unsafely; consider using mkstemp() ../../exports/lib/libXmu.a(Lower.o): In function `conv_fp': Lower.o(.text+0x4b): undefined reference to `fcvt' Lower.o(.text+0x6a): undefined reference to `ecvt' ../../exports/lib/libXmu.a(Lower.o): In function `vsnprintf': Lower.o(.text+0x85b): undefined reference to `gcvt' *** Error code 1 (continuing) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message