Subject: Re: Compiling C++ with 1.3ALPHA snapshot
To: Mike Pumford <mpumford@black-star.demon.co.uk>
From: Chris G. Demetriou <cgd@pa.dec.com>
List: port-arm32
Date: 12/28/1997 12:19:21
> Compiled with g++ the program dumps core when executed with an illegal
> system call.
> 
> When compiled with c++ the program works correctly.

This is because when using "g++", -lg++ is automatically linked in.

The shared libg++ library suffers from the same problem as the shared
libstdc++ did.  The problem was fixed for the latter with the
workaround binaries provided by Neil or Mark (I forget which), but no
new libg++ shared library was included in that tar file.



chris