[uClibc]Xinetd/uClibc compile problem

Erik Andersen andersen at codepoet.org
Fri Jan 10 13:50:13 UTC 2003


On Fri Jan 10, 2003 at 12:19:11PM +0100, Igor Trevisan wrote:
> make[1]: Entering directory `/home/igortr/arm-tools/xinetd-2.3.9/xinetd'
> arm-uclibc-gcc -Wall -Os -D_ISOC99_SOURCE -D_BSD_SOURCE  -
> I../libs/include  -o xinetd access.o addr.o builtins.o child.o conf.o 
> confparse.o connection.o env.o ident.o init.o int.o intcommon.o 
> internals.o log.o logctl.o main.o msg.o nvlists.o parse.o parsesup.o 
> parsers.o reconfig.o retry.o sconf.o sensor.o server.o service.o 
> signals.o special.o tcpint.o time.o udpint.o util.o redirect.o 
> xgetloadavg.o options.o includedir.o xtimer.o inet.o -L../libs/lib -lsio -
> lmisc -lxlog -lstr -lpset -lportable -lm -lcrypt  || rm -f xinetd
> ../libs/lib/libsio.a(sprint.o): In function `conv_fp':
> /home/igortr/arm-tools/xinetd-2.3.9/libs/src/sio/sprint.c:178: undefined 
> reference to `ecvt'
> /home/igortr/arm-tools/xinetd-2.3.9/libs/src/sio/sprint.c:176: undefined 
> reference to `fcvt'

This is caused by configure trying to use ecvt because it used 
to be present in the uClibc header files.  This has already been
fixed in the latest CVS version.  Try the latest from CVS or grab
a daily snapshot and it should work properly,

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list