> gunzip gcc-3.4.4.tar.gz Ah, that's the problem - 3.4.4 is very old. I don't think it fully supported exception handling. Do you have a 4.x-series GCC you can use? If not, you will find some problems with other bits of Étoilé which require atomic operations (introduced with GCC 4.2). I've compiled GCC 4.3 on Solaris/SPARCv9 before, so it should work for you...
You probably need --disable-sjlj-exceptions (to tell it to use DWARF exceptions) and you may also need to tell it to use pthreads (not sure if it defaults to using Solaris threads on Solaris, but it probably does, and I doubt this support is well-tested in libobjc). David _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
