Hi I am compiling a third party package(mvcdec) for android.I placed the package in external folder.and started compiling using the arm-tool chain :arm-2008q3 .The source code of mvcdec contains C++ files.And i was able to compile it in linux.They are using g++ for C++ compilation..
While compiling i am getting errors like this:home/user/ Android_Eclair/home/RLS25E.16/mydroid/../../../arm-2008q3/arm-none- linux-gnueabi/include/c++/4.3.2/iostream:81: undefined reference to `std::ios_base::Init::Init()'. I feel the error is because the compiler we are using is gcc and not g ++.. My question is how can we explicitly specify in the make command to use g++ for the mvcdec.. Do i have to make any change in the Android.mk of mvcdec.... I am new to android.The android version i am using is Eclair.so please help..... Thanks a lot in advance.... Jesna -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
