gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gm2] Challenges Building on Arch Linux


From: Yves Cloutier
Subject: [Gm2] Challenges Building on Arch Linux
Date: Sat, 3 Nov 2018 14:48:14 -0400

Hello,

I'm following the instructions for building gm2 from source as described here:

http://nongnu.org/gm2/debian_gcc-8.2_build.html

However when I run the following command at the shell:

address@hidden build-8.2.0]$ CXXFLAGS=-g BOOT_CFLAGS=-g CFLAGS=-g \
>   ../gcc-8.2.0+gm2-git-latest/gm2/gcc-versionno/configure \
>   --prefix=$HOME/opt \
>   --libexecdir=$HOME/opt/lib \
>   --enable-threads=posix \
>   --enable-clocale=gnu --enable-languages=c,c++,m2 \
>   --disable-multilib --disable-bootstrap --enable-checking

I get a configure error (near the bottom). 

checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for gawk... gawk
checking for libatomic support... yes
checking for libitm support... yes
checking for libsanitizer support... yes
checking for libvtv support... yes
checking for libmpx support... yes
checking for libhsail-rt support... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
checking for gnatbind... gnatbind
checking for gnatmake... gnatmake
checking whether compiler driver understands Ada... yes
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for the correct version of gmp.h... yes
checking for the correct version of mpfr.h... yes
checking for the correct version of mpc.h... yes
checking for the correct version of the gmp/mpfr/mpc libraries... yes
checking for isl 0.15 or later... yes
configure: error:
The following requested languages could not be built: m2
Supported languages are: c,ada,brig,c,c++,fortran,gm2,go,lto,objc,obj-c++

Unfortunately I'm not quite sure what to fo from here :(  Any pointers would be helpful.

Regards,

yves

reply via email to

[Prev in Thread] Current Thread [Next in Thread]