Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Ubuntu Linux/GCC 4.1.2
Description
ADB generated stubs will not link with C++ code, giving undefined references. This is due to missing the 'extern "C"', it is included in the adb_.h files, but omitted in axis2_stub.h files.