[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] build on centos
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] build on centos |
Date: |
Mon, 27 Jun 2016 15:37:22 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
M3W <address@hidden> writes:
> gw:dragisha/pts/0: ~% gcc --version
> gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-17)
>
> ../gcc-versionno/configure --enable-languages=c --enable-languages=c++
> --enable-languages=gm2
>
> I can repeat whole process and get all data if you wish?
>
> dd
Hi,
many thanks for the info - I'd try the following I think:
CFLAGS="-g $PROFILE" ../combined/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 also wonder if it might be worth building a C/C++ compiler from
gcc-4.9.2 or gcc-4.7.4 to bootstrap gm2 (could be a red herring - but it
wouldn't hurt to try)
regards,
Gaius