Re: dash klibc DEBUG more compile trouble

2010-09-09 Thread maximilian attems
hello Sam, On Wed, Sep 08, 2010 at 09:09:57PM +0200, Sam Ravnborg wrote: On Wed, Sep 08, 2010 at 06:20:17PM +0200, maximilian attems wrote: snipp so compiling klibc with make KLIBCKERNELSRC=`pwd`/../linux-2.6 EXTRA_KLIBCCFLAGS=-DDEBUG=1 V=1 is either wrong or the klibc Kbuild is

dash klibc DEBUG compile question

2010-09-09 Thread maximilian attems
now with the proper flags passed and the jobs.c fix dash allmost compiles in DEBUG mode, the last two failures happen in show.c, which assumes some buffering functions that klibc doesn't provide: usr/dash/show.o: In function `opentrace': show.c:(.text+0x36): undefined reference to `freopen'

Re: dash klibc DEBUG compile question

2010-09-09 Thread Herbert Xu
On Thu, Sep 09, 2010 at 10:16:11AM +0200, maximilian attems wrote: now with the proper flags passed and the jobs.c fix dash allmost compiles in DEBUG mode, the last two failures happen in show.c, which assumes some buffering functions that klibc doesn't provide: usr/dash/show.o: In function