Re: libtool uses cc to link a mixed C/C++ project and fails to find operator new
Bob Friesenhahn <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 24 Jun 2019, Roumen Petrov wrote: > > Reporter still does not provide feedback with information from configuration > time (requested in a previous post) => resolution is - broken build > environment. I think the problem is an unreasonable expectation which is becoming more unreasonable as time goes by. C++ supports exceptions and C does not. If the run-time used does not provide an exception handling framework then there will be a core dump either when the C++ exception is initially thrown, or at the boundary of C/C++. Bob -- Bob Friesenhahn [email protected], http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ Public Key, http://www.simplesystems.org/users/bfriesen/public-key.txt _______________________________________________ https://lists.gnu.org/mailman/listinfo/libtool