discuss-gnustep
[Top][All Lists]
Advanced

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

Re: gcc problem


From: Andreas Höschler
Subject: Re: gcc problem
Date: Thu, 3 Sep 2009 00:33:59 +0200

Hi all,

thanks for all your hints. I got gcc 4.2.3 to build on Solaris 10 x86 in the meanwhile. Here is what I do:

        cd /opt/temp
        pkgadd -d gmp-4.2.1-sol10-x86-local
        pkgadd -d libintl-3.4.0-sol10-x86-local

        cd /usr/src
        gunzip mpfr-2.4.0.tar.gz
        tar xvf mpfr-2.4.0.tar
        cd mpfr-2.4.0
        ./configure
        make
        make install

        cd /usr/src
        gunzip gcc-4.2.3.tar.gz
        gtar xvf gcc-4.2.3.tar
        cd gcc-4.2.3
        mkdir objdir
        cd objdir
../configure --with-gnu-as --with-as=/usr/sfw/bin/gas --without-gnu-ld --with-ld=/usr/ccs/bin/ld --enable-shared --disable-nls --enable-languages=c,c++,objc --disable-multilib
        make
        make install

May be this helps one or the other. I will now see whether I get GNUstep/Etoile built with this beast.

Regards,

  Andreas








reply via email to

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