summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-12-17 16:50:23 +0100
committerJim Meyering <meyering@redhat.com>2007-12-17 16:50:23 +0100
commit2a69c50b7186e749d1b19b5e21d2d52d710d770a (patch)
treede3e463b4b5b43df77855eabb6f1b2de1e37da0c /TODO
parenta71332fda850698cc7bbf82dc35c45ecaabe2742 (diff)
downloadparted-2a69c50b7186e749d1b19b5e21d2d52d710d770a.tar.gz
Mention that we should be able to build with -fno-common.
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 22 insertions, 0 deletions
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