Hi David,

>> properties.m:15: confused by earlier errors, bailing out
>> make[4]: *** [obj/properties.m.o] Error 1
>> make[3]: *** [internal-framework-run-compile-submake] Error 2
>> make[2]: *** [ObjectiveC2.all.framework.variables] Error 2
>> make[1]: *** [internal-all] Error 2
>>
>> Any idea for that one?
>
> It looks like your compiler doesn't support Objective-C exception
> handling constructs.  Did you enable exceptions when you built it?
> The ObjectiveC 2 framework provides the Objective-C 2 runtime support
> - it assumes that the compiler already knows how to handle all of
> Objective-C 1...

No idea, probably not! I did

        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

What option am I missing? I have no problem with rebuilding gcc, I just 
need to know how!

Thanks a lot,

   Andreas


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

Répondre à