Trying to install release 4.0 on ubuntu 14.04. I've cloned the release with git and then run ./build.sh
The output is: Configuring build files; options: checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... no configure: error: in `/home/bernard/gregorio-git': configure: error: C compiler cannot create executables See `config.log' for more details Failed to configure Gregorio. I attach the config.log file. Have I missed anything obvious? Bernard
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by gregorio configure 4.0.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = BM-ubook uname -m = x86_64 uname -r = 3.16.0-55-generic uname -s = Linux uname -v = #74~14.04.1-Ubuntu SMP Tue Nov 17 10:15:59 UTC 2015 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /opt/texbin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games PATH: /usr/local/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:2170: checking for a BSD-compatible install configure:2238: result: /usr/bin/install -c configure:2249: checking whether build environment is sane configure:2304: result: yes configure:2455: checking for a thread-safe mkdir -p configure:2494: result: /bin/mkdir -p configure:2501: checking for gawk configure:2531: result: no configure:2501: checking for mawk configure:2517: found /usr/bin/mawk configure:2528: result: mawk configure:2539: checking whether make sets $(MAKE) configure:2561: result: yes configure:2590: checking whether make supports nested variables configure:2607: result: yes configure:2745: checking for style of include used by make configure:2773: result: GNU configure:2844: checking for gcc configure:2860: found /usr/bin/gcc configure:2871: result: gcc configure:3100: checking for C compiler version configure:3109: gcc --version >&5 gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4 Copyright (C) 2013 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:3120: $? = 0 configure:3109: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) configure:3120: $? = 0 configure:3109: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3120: $? = 4 configure:3109: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3120: $? = 4 configure:3140: checking whether the C compiler works configure:3162: gcc -Wdeclaration-after-statement conftest.c >&5 /usr/bin/ld: cannot find crt1.o: No such file or directory /usr/bin/ld: cannot find crti.o: No such file or directory /usr/bin/ld: cannot find -lc /usr/bin/ld: cannot find crtn.o: No such file or directory collect2: error: ld returned 1 exit status configure:3166: $? = 1 configure:3204: result: no configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gregorio" | #define PACKAGE_TARNAME "gregorio" | #define PACKAGE_VERSION "4.0.0" | #define PACKAGE_STRING "gregorio 4.0.0" | #define PACKAGE_BUGREPORT "gregorio-de...@gna.org" | #define PACKAGE_URL "" | #define PACKAGE "gregorio" | #define VERSION "4.0.0" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3209: error: in `/home/bernard/gregorio-git': configure:3211: error: C compiler cannot create executables See `config.log' for more details ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=' -Wdeclaration-after-statement' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_KPSE_CFLAGS_set= ac_cv_env_KPSE_CFLAGS_value= ac_cv_env_KPSE_LIBS_set= ac_cv_env_KPSE_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_YACC_set= ac_cv_env_YACC_value= ac_cv_env_YFLAGS_set= ac_cv_env_YFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=mawk ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_make_make_set=yes am_cv_make_support_nested_variables=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/bernard/gregorio-git/build-aux/missing aclocal-1.14' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AUTOCONF='${SHELL} /home/bernard/gregorio-git/build-aux/missing autoconf' AUTOHEADER='${SHELL} /home/bernard/gregorio-git/build-aux/missing autoheader' AUTOMAKE='${SHELL} /home/bernard/gregorio-git/build-aux/missing automake-1.14' AWK='mawk' CC='gcc' CCDEPMODE='' CFLAGS=' -Wdeclaration-after-statement' CPP='' CPPFLAGS='' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='' FILENAME_VERSION='4_0_0' GREP='' HAVE_RC_FALSE='' HAVE_RC_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' KPSE_CFLAGS='' KPSE_LIBS='' LDFLAGS='' LEX='' LEXLIB='' LEX_OUTPUT_ROOT='' LIBOBJS='' LIBS='' LTLIBOBJS='' MAKEINFO='${SHELL} /home/bernard/gregorio-git/build-aux/missing makeinfo' MK='' MKDIR_P='/bin/mkdir -p' OBJEXT='' PACKAGE='gregorio' PACKAGE_BUGREPORT='gregorio-de...@gna.org' PACKAGE_NAME='gregorio' PACKAGE_STRING='gregorio 4.0.0' PACKAGE_TARNAME='gregorio' PACKAGE_URL='' PACKAGE_VERSION='4.0.0' PATH_SEPARATOR=':' PKG_CONFIG='' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' RC='' SET_MAKE='' SHELL='/bin/bash' STRIP='' VERSION='4.0.0' YACC='' YFLAGS='' ac_ct_CC='gcc' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/bernard/gregorio-git/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "gregorio" #define PACKAGE_TARNAME "gregorio" #define PACKAGE_VERSION "4.0.0" #define PACKAGE_STRING "gregorio 4.0.0" #define PACKAGE_BUGREPORT "gregorio-de...@gna.org" #define PACKAGE_URL "" #define PACKAGE "gregorio" #define VERSION "4.0.0" configure: exit 77
_______________________________________________ Gregorio-users mailing list Gregorio-users@gna.org https://mail.gna.org/listinfo/gregorio-users