The attached patch should solve all of these, I hope. Please could you
test it. (I have also attached the regenerated configure files for you).
I build and install binutils with patches without any problems!
Thank you for fixing getopt problem at FreeBSD.
Vladimir
__
--
What|Removed |Added
CC||mmazur at kernel dot pl
http://sources.redhat.com/bugzilla/show_bug.cgi?id=815
--- You are receiving this
# cat foo.h
struct foo { bool check() const; };
# cat foo.cpp
#include "foo.h"
bool foo::check() const { return true; }
# cat foo-c.cpp
#include "foo.h"
extern "C" int foo_check(const foo* obj) { return obj->check(); }
# build
g++ -O2 foo.cpp -o libfoo.so -shared
g++ -O2 fo
--
What|Removed |Added
Summary|[C-api -> C++ lib] undefined|[C-api -> C++ lib] undefined
|symbol _Unwind* |symbol _Unwind*