Robert Heller <[EMAIL PROTECTED]> writes:

> *Usually* the libraries (the headers are not relevant once the
> executable has been built) will support a program built with an older
> version of the library.  Often if the executable was built with a newer
> version of the library, it won't work properly with the older library.

Exactly my point.

> The most cause of the OP's problem likely set of libraries that are
> actually part of the build chain -- libgcc and/or libstdc++, rather
> then glibc.

What makes you think that?

The strace OP provided shows the exe being killed by SIGFPE *very*
early in the dynamic loader (long before libc.so.6, libgcc_s and
libstdc++.so have even been mmap()ed).

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to