SIGBUS on UltraSparc II

Alexandre Oliva oliva@dcc.unicamp.br
Wed Dec 2 18:50:00 GMT 1998


On Dec  2, 1998, Bernd Bluemmel <bbluemmel@lucent.com> wrote:


> I've got a problem using the egcs on a sun ultra sparc II.

> Some programs I've compiled with egcs crashes with SIGBUS on startup.
> ( function _init() in /usr/lib/libC.so.5).

Do you mean you're linking egcs-compiled programs with Sun's C++
libraries?  Don't expect this to work, C++ programs can only be linked 
with libraries produced by the same compiler, as there's no
standardized ABI.

-- 
Alexandre Oliva  http://www.dcc.unicamp.br/~oliva  aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org}
Universidade Estadual de Campinas, SP, Brasil




More information about the Gcc-bugs mailing list