[uClibc]e2fsprogs compile problem again

Giulio Orsero giulioo at pobox.com
Thu Mar 14 11:06:25 UTC 2002


On Thu, 14 Mar 2002 13:14:23 -0100, "Serban Udrea" <S.Udrea at gsi.de> wrote:

>compiling v. 1.25 the build stops with:
>
>chattr.o: In function `change_attributes':
>/usr/i386-linux-uclibc/include/sys/stat.h:383: undefined reference to `__lxstat64'
>collect2: ld returned 1 exit status

If you don't care about large file support, than the easy and quick solution
is:
edit misc/chattr.c misc/lsattr.c and
add
#undef _LFS64_LARGEFILE
before
#ifdef _LFS64_LARGEFILE

otherwise try enabling large file supporto when building uClibc.

-- 
giulioo at pobox.com



More information about the uClibc mailing list