On 29-Mar-2002, wahyu riadi wrote: > halo semua, > saya pake rh 7.1, saya mo pake kernel 2.2.20 + patch > reiserfs-3.5.32 dari namesys.com > > kalo kompile reiserfs sebagai module, bzImage bisa > dibuat, walo ga bisa dipake ;-( > > kalo reiserfs built-in make bzImage akan menghasilkan > error > fs/filesystems.a(reiserfs.o): In function > 'ip_check_balance' : reiserfs.o(.text+0x9dee): > undefined reference to 'memset' > make: *** [vmlinux] Error 1 > udah nyoba liat websitenya reiserfs?
mungkin masalah anda ada pada gcc yang dipake... sedikit cuplikan dari faq reiserfs Reiserfs FAQ: I am using RedHat 7.0 with gcc 2.96; why does ReiserFS seem unstable with it? The choice of an unstable unreleased version of gcc 2.96 by RedHat as the default gcc was a big Slashdot controversy. gcc 2.96 on RedHat 7.0 is unstable, and ReiserFS is one of the things that will fail for it. RedHat won't admit they made a mistake by releasing it before it was ready to ship, and the gcc folks won't admit that RedHat released it for them by putting it on the CD. As a result there are two gcc 2.96's, one of which may work, and the other (the one on RedHat 7.0) surely does not. You'd think they'd just admit to having made a mistake, apologize, and get on with it, but.... Read the Linux kernel instructions about what compiler to use. Persons who think that we shoul wd make our codeork for broken compilers should post on the kernel mailing list and see what the other kernel hackers think of that one. We think the same. btw karena anda pake rh 7.1 bisa aja beda... mungkin compiler rh 7.1 udah diperbaiki... -- Utk berhenti langganan, kirim email ke [EMAIL PROTECTED] Informasi arsip di http://www.linux.or.id/milis.php3

