I'm trying to build xfsprogs, and I get this error, which seems awfully familiar. Anybody know what the fix is for this? potato/2.4.5-pre3
a gcc -O2 -DDEBUG -funsigned-char -Wall -Wno-parentheses -I../include '-DVERSION="1.2.0"' -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DXFS_BIG_FILES=1 -DXFS_BIG_FILESYSTEMS=1 -c -o main.o main.c gcc -O2 -DDEBUG -funsigned-char -Wall -Wno-parentheses -I../include '-DVERSION="1.2.0"' -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DXFS_BIG_FILES=1 -DXFS_BIG_FILESYSTEMS=1 -o xfs_db -L../libxfs addr.o agf.o agfl.o agi.o attr.o attrshort.o bit.o block.o bmap.o bmapbt.o bmroot.o bnobt.o check.o cntbt.o command.o convert.o data.o dbread.o debug.o dir.o dir2.o dir2sf.o dirshort.o dquot.o echo.o faddr.o field.o flist.o fprint.o frag.o freesp.o hash.o help.o init.o inobt.o inode.o input.o io.o malloc.o mount.o output.o print.o quit.o sb.o uuid.o sig.o strvec.o type.o write.o main.o -lxfs /usr/lib/libuuid.a ../libxfs/libxfs.a(xfs_inode.o): In function `libxfs_xlate_dinode_core': /usr/src/linux-2.4-xfs-r1.0/cmd/xfsprogs/libxfs/xfs_inode.c:553: undefined reference to `__fswab64' /usr/src/linux-2.4-xfs-r1.0/cmd/xfsprogs/libxfs/xfs_inode.c:553: relocation truncated to fit: R_PPC_REL24 __fswab64 /usr/src/linux-2.4-xfs-r1.0/cmd/xfsprogs/libxfs/xfs_inode.c:553: undefined reference to `__fswab64' /usr/src/linux-2.4-xfs-r1.0/cmd/xfsprogs/libxfs/xfs_inode.c:553: relocation truncated to fit: R_PPC_REL24 __fswab64 /usr/src/linux-2.4-xfs-r1.0/cmd/xfsprogs/libxfs/xfs_inode.c:554: undefined reference to `__fswab64' /usr/src/linux-2.4-xfs-r1.0/cmd/xfsprogs/libxfs/xfs_inode.c:554: relocation truncated to fit: R_PPC_REL24 __fswab64 /usr/src/linux-2.4-xfs-r1.0/cmd/xfsprogs/libxfs/xfs_inode.c:554: undefined reference to `__fswab64' /usr/src/linux-2.4-xfs-r1.0/cmd/xfsprogs/libxfs/xfs_inode.c:554: relocation truncated to fit: R_PPC_REL24 __fswab64 ../libxfs/libxfs.a(xfs_mount.o): In function `libxfs_xlate_sb': /usr/src/linux-2.4-xfs-r1.0/cmd/xfsprogs/libxfs/xfs_mount.c:204: undefined reference to `__fswab64' /usr/src/linux-2.4-xfs-r1.0/cmd/xfsprogs/libxfs/xfs_mount.c:204: relocation truncated to fit: R_PPC_REL24 __fswab64 ../libxfs/libxfs.a(xfs_mount.o):/usr/src/linux-2.4-xfs-r1.0/cmd/xfsprogs/libxfs/xfs_mount.c:205: more undefined references to `__fswab64' follow ../libxfs/libxfs.a(xfs_mount.o): In function `libxfs_xlate_sb': /usr/src/linux-2.4-xfs-r1.0/cmd/xfsprogs/libxfs/xfs_mount.c:205: relocation truncated to fit: R_PPC_REL24 __fswab64 collect2: ld returned 1 exit status make[1]: *** [xfs_db] Error 1 make: *** [default] Error 2