Hello: I do have a skylake architecture (10-core, i9-7900X), and the assembler is as: GNU assembler version 2.27-34.base.el7. Unfortunately make -j1 openblas also gave the same error message. I tried ./configure with_blas=atlas, and got: a new error! (that seems like an improvement, actually)
mesg from compiler: * package: gsl-2.5 log file: /home/cecbkup/SW/SAGE/sage-8.7/logs/pkgs/gsl-2.5.log The logged message that "C compiler cannot create executables" seems a bit odd -- I create executables with the c compiler all the time. Does it need root privileges? build directory: /home/cecbkup/SW/SAGE/sage-8.7/local/var/tmp/sage/build/gsl-2.5 The f -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/62b6129f-cc43-4ef4-9e85-02e7395b0216%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Found local metadata for gsl-2.5 Using cached file /home/cecbkup/SW/SAGE/sage-8.7/upstream/gsl-2.5.tar.gz gsl-2.5 ==================================================== Setting up build directory for gsl-2.5 Finished extraction Applying patches from ../patches... Applying ../patches/gsl-2.1-gslcblas.patch patching file gsl.pc.in **************************************************** Host system: Linux sphinx.campbellfamily.biz 3.10.0-957.el7.x86_64 #1 SMP Tue Oct 30 14:13:26 CDT 2018 x86_64 x86_64 x86_64 GNU/Linux **************************************************** C compiler: gcc C compiler version: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) **************************************************** Package 'gsl' is currently not installed Uninstalling 'gsl' with legacy uninstaller Configuring gsl-2.5 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for a sed that does not truncate output... /usr/bin/sed checking whether make sets $(MAKE)... (cached) yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc checking whether the C compiler works... no configure: error: in `/home/cecbkup/SW/SAGE/sage-8.7/local/var/tmp/sage/build/gsl-2.5/src': configure: error: C compiler cannot create executables See `config.log' for more details ******************************************************************************** Error configuring gsl-2.5 See the file /home/cecbkup/SW/SAGE/sage-8.7/local/var/tmp/sage/build/gsl-2.5/src/config.log for details. ******************************************************************************** real 0m0.559s user 0m0.272s sys 0m0.342s ************************************************************************ Error installing package gsl-2.5 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the log file /home/cecbkup/SW/SAGE/sage-8.7/logs/pkgs/gsl-2.5.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /home/cecbkup/SW/SAGE/sage-8.7/local/var/tmp/sage/build/gsl-2.5 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/home/cecbkup/SW/SAGE/sage-8.7/local/var/tmp/sage/build/gsl-2.5' && '/home/cecbkup/SW/SAGE/sage-8.7/sage' --sh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************