c++/8552: GCC 3.2 creates binary that exits with seg fault immediately while it worked with GCC 2.96
bangerth@dealii.org
bangerth@dealii.org
Thu Dec 19 17:10:00 GMT 2002
Synopsis: GCC 3.2 creates binary that exits with seg fault immediately while it worked with GCC 2.96
State-Changed-From-To: open->feedback
State-Changed-By: bangerth
State-Changed-When: Thu Dec 19 17:10:12 2002
State-Changed-Why:
You are linking with libMagick++.a, which I assume is built
with the system compiler, right? If so, then this is not
supposed to work: you can't mix parts of programs that were
compiled with different C++ compilers.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8552
More information about the Gcc-prs
mailing list