[omniORB] Internal seg fault
Stefan Seefeld
seefeld@sympatico.ca
Wed, 02 May 2001 13:00:32 -0400
Mike Ladwig wrote:
> I think I've tracked my problem down to a dependency in one of my
> other libraries (Qt1.45) on an older version of libstdc++ (6.1-1).
> This dependency results in *both* the current libstdc++ (6.2-2) and
> the older version being linked in and apparently causing the problem
> - if I build without Qt things seem to work.
one of the problems with gcc 2.96 is its binary incompatibility.
Btw., did you try out gcc 2.95.3, which was released *after* 2.96 ?
(Correctly speaking, 2.96 wasn't released at all...)
Stefan