utmpx.h in uClibc?

2008-08-19 Thread Ken Beals
Trying to cross compile vsftpd to cris using uClibc. Build fails due to the missing utmpx.h file. I found an old message (05-19-05) that said uClibc does not support utmpx.h Is this still true? The Axis SDK that I'm using shows uClibc-IR0_9_27-15 in ./libs. Is there a later version of uClibc t

Re: utmpx.h in uClibc?

2008-08-19 Thread Yann E. MORIN
Hello Ken! Hello All! On Tuesday 19 August 2008 23:37:30 Ken Beals wrote: > Trying to cross compile vsftpd to cris using uClibc. Build fails due to the > missing utmpx.h file. I found an old message (05-19-05) that said uClibc > does not support utmpx.h > Is this still true? The Axis SDK that

Re: utmpx.h in uClibc?

2008-08-19 Thread Ken Beals
> > Hi Yann: > > this is the error: sysdeputil.c:59:19: utmpx.h: No such file or directory > > when I look in sysdeputil.c there is an include: #include > but the file is not in the include directory. I also searched the entire > tree and did not find it. I think since my version is prior to t

Re: utmpx.h in uClibc?

2008-08-19 Thread Ricard Wanderlof
> On Tuesday 19 August 2008 23:37:30 Ken Beals wrote: >> Trying to cross compile vsftpd to cris using uClibc. Build fails due to the >> missing utmpx.h file. I found an old message (05-19-05) that said uClibc >> does not support utmpx.h > >> Is this still true? The Axis SDK that I'm using shows