This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Mac OS X - seeking help


Hi

Could you please help me in solving problem that I am facing.

I am developing Java Native Inteface library. I am using Mac OS X's Project
Builder.
To build JNI library I have to link it against third party framework.
Third party framewrok is developed using CodeWarrior.

While linking I am getting error "Undefined symbols"

Maximum routine that accept array related type were giving error.
I implemented another wrapper class which only accpet plain pointer. This
wrapper class is also developed in
codewarrior.

But still I getting error for destrutor

my destructor is simple
~IInterface()

but Project Builder linker fail to find this destructor displaying following
message
ld: Undefined symbols
IInterface::~IInterface [in-change]()

what is [in-charge], how will I fix this problem.


With CodeWarrior development environment everything work fine. but company
want to use only Project Builder

Regards
Shashi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]