Hi Chris,

>> Where is the general object pointer id supposed to be defined? I have
>> gcc -v
>> Reading specs from /usr/local/lib/gcc/i386-pc-solaris2.10/3.4.4/specs
>
> Looks like you're using Sunfreeware's compiler, which IMHO is borked
> beyond repair.
> Give Blastwave a try instead: http://www.blastwave.org/

No, I don't. I always build one for myself with

        cd /usr/src
        gunzip gcc-3.4.4.tar.gz
        gtar xvf gcc-3.4.4.tar
        cd gcc-3.4.4
        mkdir objdir
        cd objdir
        ksh
        export CONFIG_SHELL=/bin/ksh
        export PATH=/usr/sfw/bin:/usr/xpg4/bin:/usr/ccs/bin:/usr/sbin:/usr/bin
        ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld 
--disable-nls  --disable-libgcj --enable-shared 
--enable-languages=c,c++,objc
        gmake bootstrap
        gmake install

Anything wrong with that?

Thanks,

    Andreas


_______________________________________________
Etoile-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-discuss

Répondre à