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
[EMAIL PROTECTED]
[EMAIL PROTECTED]

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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to