Jan Nieuwenhuizen escreveu:
Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes:

undefined reference to [EMAIL PROTECTED]'
It seems that libgmp.so in local was linked against another libc than
the libc we're linking against now.  Can you check the libc.* files
in local/system/usr/lib and linux-64/system/usr/lib, esp. look for any
symlinks pointing to /.

As Han-Wen says, can you try a realclean build?

I can reproduce this now, hold on.
>
HW: yesterday I just did a real clean build on oliebij (x86), using
lily from CVS, from repo did not compile:

   make bootstrap
   GUB_CVS=1 make download native  BRANCH=HEAD

... boom


Curious. This must be a debian/ubuntu vs. Fedora problem. This is what I need to compile afresh over here, with



GUB_CVS=1 make BUILD_PLATFORM=linux-x86 PLATFORMS=linux-x86 BRANCH=HEAD bootstrap GUB_CVS=1 make BUILD_PLATFORM=linux-x86 PLATFORMS=linux-x86 BRANCH=HEAD download native



[EMAIL PROTECTED] gub]$ darcs whatsnew
{
hunk ./lib/debian.py 98
-    libc6_version = '2.3.6.ds1-4'
+    libc6_version = '2.3.6.ds1-7'
hunk ./lib/repository.py 347
-        if not os.path.isdir (dir):
-            self.system ('mkdir -p %s' % dir)
+        if not os.path.isdir (self.repo_dir):
+            self.system ('mkdir -p %s' % self.repo_dir)
}



Jan.



--
 Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to