[uClibc]e2fsprogs compile problem again

Erik Andersen andersen at codepoet.org
Thu Mar 14 10:56:46 UTC 2002


On Thu Mar 14, 2002 at 01:14:23PM -0100, Serban Udrea wrote:
> Hello,
> 
> I sent some time ago a message about compile problems with e2fsprogs v. 1.26 using
> uClibc v. 0.9.9. In the meantime I atempted to compile v. 1.25 and also the newer
> v. 1.27 without success. With 1.27 there are just (?) the same problems as with
> 1.26 (it first stops compilation at tune2fs because of function strptime()). When
> compiling v. 1.25 the build stops with:

I've not tried the others, but I build and use e2fsprogs-1.25 
with uClibc all the time withough problems.


> 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

Have you enabled large file support (DOLFS)?

This is what I do:
	cd e2fsprogs-1.25
	CC=i386--uclibc-gcc ./configure --prefix=/usr --disable-nls \
		--disable-resizer --disable-imager --disable-debugfs \
		--disable-swapfs
	make

 -Erik

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



More information about the uClibc mailing list