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






_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to