This is a patch file for "gparted" 0.3.3. Presently, this patch file isn't used, because there's a better solution for the problem involv- ed. Explanation: Depending on various factors, attempts to build "gparted" may abort with error messages of the following form: gnu.linkonce.t.FOO referenced in section BAR FWIW: The problem may be related to the use of "ucompose". This change tries to correct the problem. The change seems to work. However, as a side effect, it may result in less-efficient code. Update: There's a better solution. If you're using "gcc" 3.4.X, apply the Linux From Scratch "gcc-linkonce" patch and rebuild the compiler. This should correct the problem. --- gparted-0.3.3.old/src/Makefile.in +++ gparted-0.3.3/src/Makefile.in @@ -422,7 +422,7 @@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -fno-inline -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< .cc.obj: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \