Hi, Thank you for the suggestion.
I made a patch and then applied it to the git tree. Thanks, From 11d187cdfa2dcf504aa25b5a1aab4228f19f22ff Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim <[email protected]> Date: Mon, 16 Dec 2013 12:32:37 +0900 Subject: [PATCH] README: add libtool guide The f2fs-tools needs libtool package to compile sources. Suggested-by: Sérgio Benjamim <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]> --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index bf374fb..222cbc3 100644 --- a/README +++ b/README @@ -11,6 +11,7 @@ Your should install the following packages. - libuuid-devel or uuid-dev - pkg-config - autoconf + - libtool Initial compilation ------------------- -- 1.8.4.474.g128a96c -- Jaegeuk Kim Samsung ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
