I got the build working by changing -lpthread to -pthread in the gcc call: gcc -pthread -g -O0 -o btrfs btrfs.o btrfs_cmds.o scrub.o ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o root-tree.o dir-item.o file-item.o inode-item.o inode-map.o crc32c.o rbtree.o extent-cache.o extent_io.o volumes.o utils.o btrfs-list.o btrfslabel.o -luuid Using -lpthread gave a build error. I will now reboot and have a look... On 22 November 2011 14:06, cwillu <cwillu@xxxxxxxxxx> wrote: > On Tue, Nov 22, 2011 at 7:01 AM, René Vangsgaard > <rene.vangsgaard@xxxxxxxxx> wrote: >> I have decided to update progs from git. The instructions on the wiki >> do not really help me out (for example I cannot checkout branch >> "for-chris"). Can anyone tell me what branch (probably integration) to >> use on kernel 3.0.0? Or just point me to a site with working >> instructions. > > Sorry, the wiki is readonly and out-of-date (fallout from the kernel.org woes). > > git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git is > receiving updates again, and should be what you want. > -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
