Am Montag, 15. August 2011, 23:51:51 schrieb Graham Percival: > I also > ignored GUB master not working on my machine in favor of using the > older stable-2.14 branch to compile all the 2.15 releases. But > since we've hit this snag, we might as well start afresh by trying > to make GUB master work again.
Here (Ubuntu Linux, 32-bit), I'm also running into problems with the darwin- x86::cross/gcc target... The tail of target/darwin-x86/log/cross/gcc.log is: =================================== rm -f include-fixed/README cp /home/reinhold/lilypond/gub/target/darwin- x86/src/cross/gcc-4.3.2/gcc/../fixincludes/README-fixinc include-fixed/README chmod a+r include-fixed/README echo timestamp > stmp-int-hdrs make[2]: Leaving directory `/home/reinhold/lilypond/gub/target/darwin- x86/build/cross/gcc-4.3.2/gcc' Checking multilib configuration for libgcc... mkdir -p -- i686-apple-darwin8/libgcc Configuring in i686-apple-darwin8/libgcc configure: creating cache ./config.cache checking for --enable-version-specific-runtime-libs... no checking for a BSD-compatible install... /usr/bin/install -c checking for gawk... gawk checking build system type... i686-pc-linux-gnu checking host system type... i686-apple-darwin8 checking for i686-apple-darwin8-ar... /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple- darwin8/bin/ar checking for i686-apple-darwin8-lipo... i686-apple-darwin8-lipo checking for i686-apple-darwin8-nm... /home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/nm checking for i686-apple-darwin8-ranlib... /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple- darwin8/bin/ranlib -c checking for i686-apple-darwin8-strip... /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple- darwin8/bin/strip checking whether ln -s works... yes checking for i686-apple-darwin8-gcc... /home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/xgcc -B/home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/ - B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple- darwin8/bin/ -B/home/reinhold/lilypond/gub/target/darwin- x86/root/usr/cross/i686-apple-darwin8/lib/ -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple- darwin8/include -isystem /home/reinhold/lilypond/gub/target/darwin- x86/root/usr/cross/i686-apple-darwin8/sys-include checking for suffix of object files... configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. make[1]: *** [configure-target-libgcc] Error 1 make[1]: Leaving directory `/home/reinhold/lilypond/gub/target/darwin- x86/build/cross/gcc-4.3.2' make: *** [all] Error 2 Command barfed: cd /home/reinhold/lilypond/gub/target/darwin- x86/build/cross/gcc-4.3.2 && make -j4 tooldir='/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686- apple-darwin8' gcc_tooldir='/usr/i686-apple-darwin8' Traceback (most recent call last): [...] SystemFailed: Command barfed: cd /home/reinhold/lilypond/gub/target/darwin- x86/build/cross/gcc-4.3.2 && make -j4 tooldir='/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686- apple-darwin8' gcc_tooldir='/usr/i686-apple-darwin8' =================================== And the interesting part of the config.log (whole file is attached) is: =================================== configure:2567: checking for suffix of object files configure:2588: /home/reinhold/lilypond/gub/target/darwin- x86/build/cross/gcc-4.3.2/./gcc/xgcc - B/home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/ - B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwi n8/bin/ -B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686- apple-darwin8/lib/ -isystem /home/reinhold/lilypond/gub/target/darwin- x86/root/usr/cross/i686-apple-darwin8/include -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root /usr/cross/i686-apple-darwin8/sys-include -c -O2 -g -g -O2 conftest.c >&5 /home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/cc1: error while loading shared libraries: libmpfr.so.1: cannot open shared object file: No such file or directory configure:2591: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU C Runtime Library" | #define PACKAGE_TARNAME "libgcc" | #define PACKAGE_VERSION "1.0" | #define PACKAGE_STRING "GNU C Runtime Library 1.0" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2605: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. =================================== It seems like fmpr is a dependency for gcc, but is not properly built before or the library path for the configure call is wrong? Any idea how to fix this? There are some libmpfr files in ./target/tools/root/usr/lib/: reinhold@curie:~/lilypond/gub$ find -name libmpfr* ./target/tools/root/usr/lib/libmpfr.la ./target/tools/root/usr/lib/libmpfr.so ./target/tools/root/usr/lib/libmpfr.so.1 ./target/tools/root/usr/lib/libmpfr.so.1.1.2 ./target/tools/root/usr/lib/libmpfr.a Cheers, Reinhold -- ------------------------------------------------------------------ Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU C Runtime Library configure 1.0, which was generated by GNU Autoconf 2.59. Invocation command line was $ /home/reinhold/lilypond/gub/target/darwin-x86/src/cross/gcc-4.3.2/libgcc/configure --cache-file=./config.cache --with-cross-host=i686-pc-linux-gnu --prefix=/usr --prefix=/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross --with-sysroot=/home/reinhold/lilypond/gub/target/darwin-x86/root --disable-multilib --disable-silent-rules --enable-libstdcxx-debug --enable-static --enable-shared --with-as=/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/bin/i686-apple-darwin8-as --with-ld=/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/bin/i686-apple-darwin8-ld --with-nm=/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/bin/i686-apple-darwin8-nm --enable-languages=c,c++,objc,obj-c++ --program-transform-name=s,^,i686-apple-darwin8-, --with-target-subdir=i686-apple-darwin8 --build=i686-pc-linux-gnu --host=i686-apple-darwin8 --target=i686-apple-darwin8 --srcdir=/home/reinhold/lilypond/gub/target/darwin-x86/src/cross/gcc-4.3.2/libgcc ## --------- ## ## Platform. ## ## --------- ## hostname = curie.fam.tuwien.ac.at uname -m = i686 uname -r = 2.6.38-11-generic uname -s = Linux uname -v = #47-Ubuntu SMP Fri Jul 15 19:29:37 UTC 2011 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/bin PATH: /home/reinhold/lilypond/gub/target/tools/root/usr/bin PATH: /home/reinhold/lilypond/gub/target/tools/root/usr/bin PATH: /home/reinhold/lilypond/gub/target/tools/root/usr/cross/bin PATH: /home/reinhold/lilypond/gub/target/tools/root/usr/bin PATH: /home/reinhold/.build/bin PATH: /home/reinhold/.bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:1198: creating cache ./config.cache configure:1373: checking for --enable-version-specific-runtime-libs configure:1388: result: no configure:1420: checking for a BSD-compatible install configure:1475: result: /usr/bin/install -c configure:1491: checking for gawk configure:1507: found /usr/bin/gawk configure:1517: result: gawk configure:1540: checking build system type configure:1558: result: i686-pc-linux-gnu configure:1566: checking host system type configure:1580: result: i686-apple-darwin8 configure:1639: checking for i686-apple-darwin8-ar configure:1665: result: /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/bin/ar configure:1718: checking for i686-apple-darwin8-lipo configure:1744: result: i686-apple-darwin8-lipo configure:1798: checking for i686-apple-darwin8-nm configure:1824: result: /home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/nm configure:1877: checking for i686-apple-darwin8-ranlib configure:1903: result: /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/bin/ranlib -c configure:1957: checking for i686-apple-darwin8-strip configure:1983: result: /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/bin/strip configure:2034: checking whether ln -s works configure:2038: result: yes configure:2055: checking for i686-apple-darwin8-gcc configure:2081: result: /home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/xgcc -B/home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/ -B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/bin/ -B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/lib/ -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/include -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/sys-include configure:2363: checking for C compiler version configure:2366: /home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/xgcc -B/home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/ -B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/bin/ -B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/lib/ -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/include -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/sys-include --version </dev/null >&5 xgcc (GCC) 4.3.2 Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2369: $? = 0 configure:2371: /home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/xgcc -B/home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/ -B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/bin/ -B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/lib/ -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/include -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/sys-include -v </dev/null >&5 Reading specs from /home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/specs Target: i686-apple-darwin8 Configured with: /home/reinhold/lilypond/gub/target/darwin-x86/src/cross/gcc-4.3.2/configure --prefix=/usr --program-prefix=i686-apple-darwin8- --prefix=/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross --target=i686-apple-darwin8 --with-sysroot=/home/reinhold/lilypond/gub/target/darwin-x86/root --disable-multilib --disable-silent-rules --enable-languages=c,c++,objc,obj-c++ --enable-libstdcxx-debug --enable-static --enable-shared --with-as=/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/bin/i686-apple-darwin8-as --with-ld=/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/bin/i686-apple-darwin8-ld --with-nm=/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/bin/i686-apple-darwin8-nm Thread model: posix gcc version 4.3.2 (GCC) configure:2374: $? = 0 configure:2376: /home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/xgcc -B/home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/ -B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/bin/ -B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/lib/ -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/include -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/sys-include -V </dev/null >&5 xgcc: '-V' must come at the start of the command line configure:2379: $? = 1 configure:2398: /home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/xgcc -B/home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/ -B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/bin/ -B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/lib/ -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/include -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/sys-include -o conftest -O2 -g -g -O2 conftest.c >&5 /home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/cc1: error while loading shared libraries: libmpfr.so.1: cannot open shared object file: No such file or directory configure:2401: $? = 1 configure:2567: checking for suffix of object files configure:2588: /home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/xgcc -B/home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/ -B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/bin/ -B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/lib/ -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/include -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/sys-include -c -O2 -g -g -O2 conftest.c >&5 /home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/cc1: error while loading shared libraries: libmpfr.so.1: cannot open shared object file: No such file or directory configure:2591: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU C Runtime Library" | #define PACKAGE_TARNAME "libgcc" | #define PACKAGE_VERSION "1.0" | #define PACKAGE_STRING "GNU C Runtime Library 1.0" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2605: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu ac_cv_env_CC_set=set ac_cv_env_CC_value='/home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/xgcc -B/home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/ -B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/bin/ -B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/lib/ -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/include -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/sys-include' ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -g -g -O2 ' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-apple-darwin8 ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i686-apple-darwin8 ac_cv_host=i686-apple-darwin8 ac_cv_host_alias=i686-apple-darwin8 ac_cv_prog_AR=/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/bin/ar ac_cv_prog_AWK=gawk ac_cv_prog_CC='/home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/xgcc -B/home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/ -B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/bin/ -B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/lib/ -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/include -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/sys-include' ac_cv_prog_LIPO=i686-apple-darwin8-lipo ac_cv_prog_NM=/home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/nm ac_cv_prog_RANLIB='/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/bin/ranlib -c' ac_cv_prog_STRIP=/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/bin/strip ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/bin/ar' AWK='gawk' CC='/home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/xgcc -B/home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/ -B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/bin/ -B/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/lib/ -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/include -isystem /home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/sys-include' CFLAGS='-O2 -g -g -O2 ' CPP='' CPPFLAGS='' DEFS='' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' INSTALL_DATA='/usr/bin/install -c -m 644' INSTALL_PROGRAM='/usr/bin/install -c' INSTALL_SCRIPT='/usr/bin/install -c' LDFLAGS='' LIBOBJS='' LIBS='' LIPO='i686-apple-darwin8-lipo' LN_S='ln -s' LTLIBOBJS='' NM='/home/reinhold/lilypond/gub/target/darwin-x86/build/cross/gcc-4.3.2/./gcc/nm' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='GNU C Runtime Library' PACKAGE_STRING='GNU C Runtime Library 1.0' PACKAGE_TARNAME='libgcc' PACKAGE_VERSION='1.0' PATH_SEPARATOR=':' RANLIB='/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/bin/ranlib -c' SHELL='/bin/bash' STRIP='/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross/i686-apple-darwin8/bin/strip' ac_ct_AR='' ac_ct_CC='' ac_ct_LIPO='' ac_ct_NM='' ac_ct_RANLIB='' ac_ct_STRIP='' asm_hidden_op='' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='i686-pc-linux-gnu' build_cpu='i686' build_libsubdir='build-i686-pc-linux-gnu' build_os='linux-gnu' build_subdir='build-i686-pc-linux-gnu' build_vendor='pc' datadir='${prefix}/share' decimal_float='' enable_decimal_float='' enable_shared='yes' exec_prefix='NONE' extra_parts='' fixed_point='' host='i686-apple-darwin8' host_alias='i686-apple-darwin8' host_cpu='i686' host_noncanonical='i686-apple-darwin8' host_os='darwin8' host_subdir='.' host_vendor='apple' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' libgcc_topdir='/home/reinhold/lilypond/gub/target/darwin-x86/src/cross/gcc-4.3.2/libgcc/..' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/home/reinhold/lilypond/gub/target/darwin-x86/root/usr/cross' program_transform_name='s,^,i686-apple-darwin8-,' sbindir='${exec_prefix}/sbin' set_have_cc_tls='' sharedstatedir='${prefix}/com' slibdir='$(exec_prefix)/$(host_noncanonical)/lib' sysconfdir='${prefix}/etc' target_alias='i686-apple-darwin8' target_subdir='i686-apple-darwin8' tmake_file='' vis_hide='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "GNU C Runtime Library" #define PACKAGE_STRING "GNU C Runtime Library 1.0" #define PACKAGE_TARNAME "libgcc" #define PACKAGE_VERSION "1.0" configure: exit 1
_______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel