Hi, Reiserfs doesn't build correctly, the following error is produced. ../reiserfscore/libcore.a(prints.o): In function `print_super_block': prints.c:(.text+0x1144): undefined reference to `misc_device_rdev' ../reiserfscore/libcore.a(reiserfslib.o): In function `can_we_format_it': reiserfslib.c:(.text+0x2905): undefined reference to `misc_device_mode' reiserfslib.c:(.text+0x2917): undefined reference to `misc_device_rdev' reiserfslib.c:(.text+0x294c): undefined reference to `misc_device_mode' reiserfslib.c:(.text+0x295e): undefined reference to `misc_device_rdev' reiserfslib.c:(.text+0x2a8a): undefined reference to `misc_device_mode' reiserfslib.c:(.text+0x2a9c): undefined reference to `misc_device_rdev'
The workaround until the code is fixed is to use? CFLAGS="$CFLAGS -std=gnu89" ./configure --prefix=/usr --sbindir=/sbin Regards, Lee. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
