[Parted-commits] GNU Parted Official Repository: Changes to 'master'

Jim Meyering meyering at alioth.debian.org
Mon Dec 17 15:50:39 UTC 2007


 TODO |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

New commits:
commit 2a69c50b7186e749d1b19b5e21d2d52d710d770a
Author: Jim Meyering <meyering at redhat.com>
Date:   Mon Dec 17 16:50:23 2007 +0100

    Mention that we should be able to build with -fno-common.

diff --git a/TODO b/TODO
index 019cd74..de902e1 100644
--- a/TODO
+++ b/TODO
@@ -96,3 +96,25 @@ journal, and add support in e2fsck / mount / linux (?) for it.
 * generic resizing/converting with the inplace copy via sparse loopback idea
   from Serguei Tzukanov
 
+* We should be able to compile with -fno-common.
+  However, that leads to this link failure:
+
+    fs/.libs/libfs.a(fat.o):(.bss+0x0): multiple definition of `fat16'
+    fs/.libs/libfs.a(count.o):(.bss+0x0): first defined here
+    fs/.libs/libfs.a(clstdup.o):(.bss+0x0): multiple definition of `fat16'
+    fs/.libs/libfs.a(count.o):(.bss+0x0): first defined here
+    fs/.libs/libfs.a(table.o):(.bss+0x0): multiple definition of `fat16'
+    fs/.libs/libfs.a(count.o):(.bss+0x0): first defined here
+    fs/.libs/libfs.a(resize.o):(.bss+0x0): multiple definition of `fat16'
+    fs/.libs/libfs.a(count.o):(.bss+0x0): first defined here
+    fs/.libs/libfs.a(calc.o):(.bss+0x0): multiple definition of `fat16'
+    fs/.libs/libfs.a(count.o):(.bss+0x0): first defined here
+    fs/.libs/libfs.a(bootsector.o):(.bss+0x0): multiple definition of `fat16'
+    fs/.libs/libfs.a(count.o):(.bss+0x0): first defined here
+    fs/.libs/libfs.a(traverse.o):(.bss+0x0): multiple definition of `fat16'
+    fs/.libs/libfs.a(count.o):(.bss+0x0): first defined here
+    fs/.libs/libfs.a(fatio.o):(.bss+0x0): multiple definition of `fat16'
+    fs/.libs/libfs.a(count.o):(.bss+0x0): first defined here
+    fs/.libs/libfs.a(context.o):(.bss+0x0): multiple definition of `fat16'
+    fs/.libs/libfs.a(count.o):(.bss+0x0): first defined here
+    collect2: ld returned 1 exit status



More information about the Parted-commits mailing list