[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] OSX building
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] OSX building |
Date: |
Fri, 27 May 2011 07:20:19 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
john o goyo <address@hidden> writes:
> Greetings:
>
> On 25-May-11, at 4:26 p, Dragiša Durić wrote:
>> Sorry to disturb everyone, especially users of more important
>> platforms :), but OSX building procedure does not work.
>>
>> Maybe I am wrong somewhere... Did anybody made a success on this?
>
> I built and installed gm2-2011-05-04 on OS 10.4.11/PPC without major
> problems. But I used configure directly without darwinports. The
> only problem was that the top node of gm2.texi did not contain
> "Solaris". I added it and all was well.
>
> Gaius: I should have reported the above earlier. Apologies.
>
> john
Hi,
no problem - likewise I've built gm2 without ports recently using this
script on Snow Leopard:
#!/bin/sh
rm gcc-4.1.2+gm2-cvs-latest.tar.gz
rm -rf build-4.1.2
curl
http://floppsie.comp.glam.ac.uk/download/c/gcc-4.1.2+gm2-cvs-latest.tar.gz
-o gcc-4.1.2+gm2-cvs-latest.tar.gz
tar zxf gcc-4.1.2+gm2-cvs-latest.tar.gz
mkdir build-4.1.2
cd build-4.1.2
env CONFIG_SHELL=/bin/bash SHELL=/bin/bash \
../gcc-4.1.2+gm2-cvs-latest/configure --enable-checking \
--disable-multilib --enable-languages=c,c++,gm2 --prefix=$HOME/opt \
--with-gmp --with-mpfr
env CONFIG_SHELL=/bin/bash SHELL=/bin/bash make
env CONFIG_SHELL=/bin/bash SHELL=/bin/bash make install
regards,
Gaius